Skip to content

Commit 23a558e

Browse files
package.json files updated in all packages.
1 parent 3e18a00 commit 23a558e

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

packages/simplr-forms-core/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "simplr-forms-core",
3-
"version": "4.0.0-pre-alpha.4",
3+
"version": "0.0.0-dev",
44
"description": "Shared simplr-forms logic.",
5-
"repository": "https://github.com/SimplrJS/simplr-forms",
5+
"repository": "SimplrJS/simplr-forms",
6+
"homepage": "https://github.com/SimplrJS/simplr-forms",
67
"main": "dist/simplr-forms-core.js",
78
"types": "@types/index.d.ts",
9+
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
810
"scripts": {
911
"build": "webpack && npm run tslint",
1012
"watch": "webpack -w",
@@ -15,7 +17,6 @@
1517
"test-watch": "jest --watchAll",
1618
"test-coverage": "npm test -- --coverage"
1719
},
18-
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
1920
"license": "AGPL-3.0",
2021
"devDependencies": {
2122
"@types/enzyme": "^2.7.9",

packages/simplr-forms-dom/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "simplr-forms-dom",
3-
"version": "4.0.0-pre-alpha.6",
3+
"version": "0.0.0-dev",
44
"description": "DOM components for simplr-forms.",
5+
"repository": "SimplrJS/simplr-forms",
6+
"homepage": "https://github.com/SimplrJS/simplr-forms",
57
"main": "dist/simplr-forms-dom.js",
68
"types": "@types/index.d.ts",
9+
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
710
"scripts": {
811
"build": "webpack && npm run tslint",
912
"watch": "webpack -w",
@@ -14,7 +17,6 @@
1417
"test-watch": "jest --watchAll",
1518
"test-coverage": "npm test -- --coverage"
1619
},
17-
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
1820
"license": "AGPL-3.0",
1921
"devDependencies": {
2022
"@types/enzyme": "^2.7.7",

packages/simplr-validation/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
{
22
"name": "simplr-validation",
3-
"version": "4.0.0-alpha",
3+
"version": "0.0.0-dev",
44
"description": "Validation library for simplr-forms.",
5-
"main": "index.js",
5+
"repository": "SimplrJS/simplr-forms",
6+
"homepage": "https://github.com/SimplrJS/simplr-forms",
7+
"main": "dist/simplr-validation.js",
8+
"types": "@types/index.d.ts",
9+
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
610
"scripts": {
711
"test": "jest",
812
"test-watch": "jest --watchAll",
913
"test-coverage": "npm test -- --coverage"
1014
},
11-
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
1215
"license": "AGPL-3.0",
16+
"files": [
17+
"dist",
18+
"@types",
19+
"**/*.md",
20+
"*.js"
21+
],
1322
"devDependencies": {
1423
"@types/enzyme": "^2.7.7",
1524
"@types/jest": "^19.2.2",
@@ -46,4 +55,4 @@
4655
"js"
4756
]
4857
}
49-
}
58+
}

0 commit comments

Comments
 (0)