File tree Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 15
15
"test-watch" : " jest --watchAll" ,
16
16
"test-coverage" : " npm test -- --coverage"
17
17
},
18
- "author" : " " ,
18
+ "author" :
" simplrjs <[email protected] > (https://github.com/simplrjs) " ,
19
19
"license" : " AGPL-3.0" ,
20
20
"devDependencies" : {
21
21
"@types/enzyme" : " ^2.7.7" ,
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
- "author" : " " ,
9
+ "author" :
" simplrjs <[email protected] > (https://github.com/simplrjs) " ,
10
10
"license" : " AGPL-3.0" ,
11
11
"devDependencies" : {
12
12
"@types/enzyme" : " ^2.7.7" ,
You can’t perform that action at this time.
0 commit comments