File tree Expand file tree Collapse file tree 5 files changed +1320
-5
lines changed Expand file tree Collapse file tree 5 files changed +1320
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "lerna" : " 2.0.0-rc.1" ,
3
+ "packages" : [
4
+ " packages/*"
5
+ ],
6
+ "version" : " 0.0.0" ,
7
+ "command" : {
8
+ "init" : {
9
+ "exact" : true
10
+ }
11
+ }
12
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " simplr-forms" ,
3
+ "private" : true ,
4
+ "scripts" : {},
5
+ "devDependencies" : {
6
+ "lerna" : " 2.0.0-rc.1"
7
+ }
8
+ }
Original file line number Diff line number Diff line change 14
14
"license" : " AGPL-3.0" ,
15
15
"devDependencies" : {
16
16
"@types/enzyme" : " ^2.7.7" ,
17
- "@types/fbemitter" : " ^2.0.32" ,
18
- "@types/flux" : " ^3.0.1" ,
19
17
"@types/jest" : " ^19.2.2" ,
20
- "@types/react" : " ^15.0.21" ,
21
- "@types/react-dom" : " ^0.14.23" ,
22
18
"@types/sinon" : " ^2.1.2" ,
23
- "@types/core-js" : " 0.9.35" ,
24
19
"enzyme" : " ^2.8.0" ,
25
20
"jest" : " ^19.0.2" ,
26
21
"jest-enzyme" : " ^3.0.0" ,
31
26
"typescript" : " 2.3.0"
32
27
},
33
28
"dependencies" : {
29
+ "@types/core-js" : " 0.9.35" ,
30
+ "@types/fbemitter" : " ^2.0.32" ,
31
+ "@types/flux" : " ^3.0.1" ,
32
+ "@types/react" : " ^15.0.21" ,
33
+ "@types/react-dom" : " ^0.14.23" ,
34
34
"action-emitter" : " ^0.2.1" ,
35
35
"core-js" : " ^2.4.1" ,
36
36
"fbemitter" : " ^2.1.1" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " simplr-validation" ,
3
+ "version" : " 4.0.0-alpha" ,
4
+ "description" : " Validation library for simplr-forms." ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "author" : " " ,
10
+ "license" : " AGPL-3.0"
11
+ }
You can’t perform that action at this time.
0 commit comments