File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "stage" : 0
3
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " React assertion helpers for Chai" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
7
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8
+ "build" : " rm -rf lib/ && babel --out-dir lib/ src/" ,
9
+ "watch" : " rm -rf lib/ && babel --watch --out-dir lib/ src/"
8
10
},
9
11
"repository" : {
10
12
"type" : " git" ,
22
24
},
23
25
"homepage" : " https://github.com/momentumft/chai-react-assertions#readme" ,
24
26
"devDependencies" : {
25
- "babel-cli" : " ^6.1.1" ,
26
27
"babel-eslint" : " ^4.1.4" ,
27
- "babel-preset-es2015" : " ^6.0.15" ,
28
28
"eslint" : " ^1.8.0" ,
29
29
"eslint-config-standard" : " ^4.4.0" ,
30
30
"eslint-plugin-standard" : " ^1.3.1"
31
31
},
32
32
"dependencies" : {
33
33
"cheerio" : " ^0.19.0" ,
34
- "ramda" : " ^0.18.0"
34
+ "ramda" : " ^0.18.0" ,
35
+ "skin-deep" : " ^0.12.0"
35
36
}
36
37
}
You can’t perform that action at this time.
0 commit comments