Skip to content

Commit 53938de

Browse files
package.json streamlined.
v4.0.0-pre-alpha.7
1 parent fb3ab8b commit 53938de

File tree

5 files changed

+30
-15
lines changed

5 files changed

+30
-15
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "4.0.0-alpha",
6+
"version": "4.0.0-pre-alpha.8",
77
"command": {
88
"init": {
99
"exact": true

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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+
}
99
}

packages/simplr-forms-core/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplr-forms-core",
3-
"version": "0.0.0-dev",
3+
"version": "4.0.0-pre-alpha.8",
44
"description": "Shared simplr-forms logic.",
55
"repository": "SimplrJS/simplr-forms",
66
"homepage": "https://github.com/SimplrJS/simplr-forms",
@@ -18,6 +18,13 @@
1818
"test-coverage": "npm test -- --coverage"
1919
},
2020
"license": "AGPL-3.0",
21+
"files": [
22+
"dist",
23+
"@types",
24+
"**/*.md",
25+
"*.js",
26+
"!*.config.js"
27+
],
2128
"devDependencies": {
2229
"@types/enzyme": "^2.7.9",
2330
"@types/jest": "^19.2.2",

packages/simplr-forms-dom/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplr-forms-dom",
3-
"version": "0.0.0-dev",
3+
"version": "4.0.0-pre-alpha.8",
44
"description": "DOM components for simplr-forms.",
55
"repository": "SimplrJS/simplr-forms",
66
"homepage": "https://github.com/SimplrJS/simplr-forms",
@@ -18,6 +18,13 @@
1818
"test-coverage": "npm test -- --coverage"
1919
},
2020
"license": "AGPL-3.0",
21+
"files": [
22+
"dist",
23+
"@types",
24+
"**/*.md",
25+
"*.js",
26+
"!*.config.js"
27+
],
2128
"devDependencies": {
2229
"@types/enzyme": "^2.7.7",
2330
"@types/jest": "^19.2.2",
@@ -35,7 +42,7 @@
3542
"dependencies": {
3643
"@types/react": "^15.0.21",
3744
"react": "^15.5.4",
38-
"simplr-forms-core": "^4.0.0-pre-alpha.3"
45+
"simplr-forms-core": "^4.0.0-pre-alpha.8"
3946
},
4047
"jest": {
4148
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
@@ -49,4 +56,4 @@
4956
"js"
5057
]
5158
}
52-
}
59+
}

packages/simplr-validation/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplr-validation",
3-
"version": "0.0.0-dev",
3+
"version": "4.0.0-pre-alpha.8",
44
"description": "Validation library for simplr-forms.",
55
"repository": "SimplrJS/simplr-forms",
66
"homepage": "https://github.com/SimplrJS/simplr-forms",
@@ -22,7 +22,8 @@
2222
"dist",
2323
"@types",
2424
"**/*.md",
25-
"*.js"
25+
"*.js",
26+
"!*.config.js"
2627
],
2728
"devDependencies": {
2829
"@types/enzyme": "^2.7.7",

0 commit comments

Comments
 (0)