File tree Expand file tree Collapse file tree 5 files changed +30
-15
lines changed Expand file tree Collapse file tree 5 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 4.0.0-alpha" ,
6
+ "version" : " 4.0.0-pre- alpha.8 " ,
7
7
"command" : {
8
8
"init" : {
9
9
"exact" : true
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
- "typescript" : " 2.3.0"
8
- }
1
+ {
2
+ "name" : " simplr-forms" ,
3
+ "private" : true ,
4
+ "scripts" : {},
5
+ "devDependencies" : {
6
+ "lerna" : " 2.0.0-rc.1" ,
7
+ "typescript" : " 2.3.0"
8
+ }
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-forms-core" ,
3
- "version" : " 0 .0.0-dev " ,
3
+ "version" : " 4 .0.0-pre-alpha.8 " ,
4
4
"description" : " Shared simplr-forms logic." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
18
18
"test-coverage" : " npm test -- --coverage"
19
19
},
20
20
"license" : " AGPL-3.0" ,
21
+ "files" : [
22
+ " dist" ,
23
+ " @types" ,
24
+ " **/*.md" ,
25
+ " *.js" ,
26
+ " !*.config.js"
27
+ ],
21
28
"devDependencies" : {
22
29
"@types/enzyme" : " ^2.7.9" ,
23
30
"@types/jest" : " ^19.2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-forms-dom" ,
3
- "version" : " 0 .0.0-dev " ,
3
+ "version" : " 4 .0.0-pre-alpha.8 " ,
4
4
"description" : " DOM components for simplr-forms." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
18
18
"test-coverage" : " npm test -- --coverage"
19
19
},
20
20
"license" : " AGPL-3.0" ,
21
+ "files" : [
22
+ " dist" ,
23
+ " @types" ,
24
+ " **/*.md" ,
25
+ " *.js" ,
26
+ " !*.config.js"
27
+ ],
21
28
"devDependencies" : {
22
29
"@types/enzyme" : " ^2.7.7" ,
23
30
"@types/jest" : " ^19.2.2" ,
35
42
"dependencies" : {
36
43
"@types/react" : " ^15.0.21" ,
37
44
"react" : " ^15.5.4" ,
38
- "simplr-forms-core" : " ^4.0.0-pre-alpha.3 "
45
+ "simplr-forms-core" : " ^4.0.0-pre-alpha.8 "
39
46
},
40
47
"jest" : {
41
48
"setupTestFrameworkScriptFile" : " ./node_modules/jest-enzyme/lib/index.js" ,
49
56
" js"
50
57
]
51
58
}
52
- }
59
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplr-validation" ,
3
- "version" : " 0 .0.0-dev " ,
3
+ "version" : " 4 .0.0-pre-alpha.8 " ,
4
4
"description" : " Validation library for simplr-forms." ,
5
5
"repository" : " SimplrJS/simplr-forms" ,
6
6
"homepage" : " https://github.com/SimplrJS/simplr-forms" ,
22
22
" dist" ,
23
23
" @types" ,
24
24
" **/*.md" ,
25
- " *.js"
25
+ " *.js" ,
26
+ " !*.config.js"
26
27
],
27
28
"devDependencies" : {
28
29
"@types/enzyme" : " ^2.7.7" ,
You can’t perform that action at this time.
0 commit comments