This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-11
lines changed
Expand file tree Collapse file tree 3 files changed +20
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # Agile Framework ` 1.1 `
1+ # Agile Framework ` 1.0.2 `
22
33_ Agile is a global state and logic framework for reactive Typescript & Javascript applications. Supporting frameworks like React and React Native._
44
Original file line number Diff line number Diff line change 11{
2- "name" : " agile-framework " ,
3- "version" : " 1.0.0 " ,
2+ "name" : " agile-architecture " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Global state and logic framework for reactive React applications." ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
7+ "types" : " ./dist/index.d.ts" ,
78 "scripts" : {
89 "build" : " tsc" ,
910 "dev" : " tsc-watch" ,
1011 "test" : " mocha -r ts-node/register --exit test/**/*.spec.ts" ,
11-
12- "prepare" : " npm run build" ,
13- "prepublishOnly" : " npm test" ,
14- "version" : " npm run format && git add -A src" ,
15- "postversion" : " git push && git push --tags"
12+ "prepare" : " npm run build" ,
13+ "prepublishOnly" : " npm test" ,
14+ "version" : " npm run format && git add -A src" ,
15+ "postversion" : " git push && git push --tags"
1616 },
17- "types" : " ./dist/index.d.ts" ,
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " git+https://github.com/agile-architecture/agile.git"
20+ },
21+ "keywords" : [
22+ " React" ,
23+ " State-Management"
24+ ],
1825 "author" : " BennoDev" ,
1926 "license" : " ISC" ,
2027 "dependencies" : {
2936 "tsc-watch" : " ^4.1.0" ,
3037 "tslib" : " ^2.0.0" ,
3138 "typescript" : " ^3.9.7"
32- }
39+ },
40+ "files" : [
41+ " dist/**/*"
42+ ]
3343}
You can’t perform that action at this time.
0 commit comments