File tree Expand file tree Collapse file tree 2 files changed +877
-1463
lines changed Expand file tree Collapse file tree 2 files changed +877
-1463
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " npm run lint && npm run spec" ,
8
- "lint" : " eslint ." ,
9
- "spec" : " NODE_ENV=test ./node_modules/.bin/_mocha -r adana-dump --compilers js:babel-core/register -R spec --recursive test/*.spec.js"
7
+ "test" : " npm run lint && jest" ,
8
+ "lint" : " eslint ."
10
9
},
11
10
"author" : " Neal Granger <neal@metalab.co>" ,
12
11
"license" : " CC0-1.0" ,
13
12
"dependencies" : {
14
- "adana-cli" : " ^0.1.2" ,
15
- "adana-dump" : " ^0.1.0" ,
16
13
"babel-core" : " ^6.24.0" ,
17
- "babel-loader" : " ^6.2.7" ,
18
14
"babel-preset-metalab" : " ^0.2.1" ,
19
- "chai" : " ^3.5.0" ,
20
- "css-loader" : " ^0.27.3" ,
21
15
"fbjs" : " ^0.8.8" ,
16
+ "jest" : " ^19.0.2" ,
22
17
"loader-utils" : " ^0.2.16" ,
7183
td>23
18
"lodash" : " ^4.17.4" ,
24
- "memory-fs" : " ^0.4.1" ,
25
- "mocha" : " ^3.2.0" ,
26
- "react-dom" : " ^15.4.2" ,
27
- "style-loader" : " ^0.14.0" ,
28
- "webpack" : " ^1.13.0"
19
+ "react-dom" : " ^15.4.2"
29
20
},
30
21
"devDependencies" : {
31
22
"eslint" : " ^3.17.1" ,
You can’t perform that action at this time.
0 commit comments