File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " JavaScript Variables Lab for Learn.co" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "postinstall" : " gem install learn-co" ,
8
- "test" : " node_modules/browser-sync/bin/browser-sync.js start --config node_modules/learn-browser/bs-config.js"
7
+ "test" : " mocha -R mocha-multi --reporter-options spec=-,json=.results.json"
9
8
},
10
9
"repository" : {
11
10
"type" : " git" ,
27
26
},
28
27
"homepage" : " https://github.com/learn-co-curriculum/js-basics-variables-lab#readme" ,
29
28
"devDependencies" : {
30
- "learn-browser" : " ^0.1.13"
29
+ "babel-core" : " 6.26.3" ,
30
+ "babel-preset-env" : " 1.7.0" ,
31
+ "chai" : " 4.1.2" ,
32
+ "file-system" : " 2.2.2" ,
33
+ "jsdom" : " 9.2.1" ,
34
+ "mocha" : " 5.2.0" ,
35
+ "mocha-jsdom" : " ~1.1.0" ,
36
+ "mocha-multi" : " 1.0.1" ,
37
+ "chai-spies-next" : " ^0.9.3"
38
+ },
39
+ "dependencies" : {
40
+ "sinon" : " ^7.3.2"
31
41
}
32
42
}
You can’t perform that action at this time.
0 commit comments