Skip to content

Commit 4f1a7b4

Browse files
Author added to package.json.
1 parent e94b6b2 commit 4f1a7b4

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

packages/simplr-forms-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test-watch": "jest --watchAll",
1616
"test-coverage": "npm test -- --coverage"
1717
},
18-
"author": "",
18+
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
1919
"license": "AGPL-3.0",
2020
"devDependencies": {
2121
"@types/enzyme": "^2.7.7",
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "simplr-validation",
3+
"version": "4.0.0-alpha",
4+
"description": "DOM components for simplr-forms.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
10+
"license": "AGPL-3.0",
11+
"devDependencies": {
12+
"@types/enzyme": "^2.7.7",
13+
"@types/jest": "^19.2.2",
14+
"@types/sinon": "^2.1.2",
15+
"enzyme": "^2.8.0",
16+
"jest": "^19.0.2",
17+
"jest-enzyme": "^3.0.0",
18+
"sinon": "^2.1.0",
19+
"ts-jest": "^19.0.8",
20+
"tslint": "^5.0.0",
21+
"typescript": "2.3.0"
22+
},
23+
"dependencies": {
24+
"@types/react": "^15.0.21",
25+
"react": "^15.5.4",
26+
"simplr-forms-core": "4.0.0-alpha"
27+
},
28+
"jest": {
29+
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
30+
"transform": {
31+
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
32+
},
33+
"testRegex": "/__tests__/.*\\.(test|spec).(ts|tsx|js)$",
34+
"moduleFileExtensions": [
35+
"ts",
36+
"tsx",
37+
"js"
38+
]
39+
}
40+
}

packages/simplr-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "",
9+
"author": "simplrjs <[email protected]> (https://github.com/simplrjs)",
1010
"license": "AGPL-3.0",
1111
"devDependencies": {
1212
"@types/enzyme": "^2.7.7",

0 commit comments

Comments
 (0)