File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "author" : " case <case@casesandberg.com>" ,
66 "main" : " lib/index.js" ,
77 "scripts" : {
8- "lib" : " gulp js:dist" ,
8+ "clean" : " rm -rf lib && mkdir lib" ,
9+ "lib" : " npm run clean && babel src -d lib" ,
910 "test" : " npm run unit-test" ,
1011 "unit-test" : " mocha test/** --compilers js:babel-register" ,
1112 "tdd" : " mocha test/** --compilers js:babel-register --watch" ,
4243 "babel-register" : " ^6.9.0" ,
4344 "chai" : " ^2.2.0" ,
4445 "css-loader" : " ^0.14.5" ,
45- "gulp" : " ^3.8.11" ,
46- "gulp-babel" : " ^6.1.1" ,
47- "gulp-cjsx" : " ^3.0.0" ,
48- "gulp-coffee" : " ^2.3.1" ,
49- "gulp-concat" : " ^2.5.2" ,
50- "gulp-mocha" : " ^2.0.1" ,
51- "gulp-uglify" : " ^1.2.0" ,
52- "gutil" : " ^1.6.4" ,
5346 "highlight.js" : " ^8.6.0" ,
5447 "html-loader" : " ^0.3.0" ,
5548 "install" : " ^0.4.0" ,
You can’t perform that action at this time.
0 commit comments