File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8899 "url" : " http://testdouble.com"
1010 },
11+ "main" : " index.js" ,
12+ "browser" : " lib/testdouble.coffee" ,
1113 "config" : {
1214 "build_file" : " dist/testdouble.js" ,
1315 "mocha_reporter" : " spec"
1618 "start" : " testem" ,
1719 "test" : " mocha -u mocha-gwt -R $npm_package_config_mocha_reporter --compilers coffee:coffee-script --recursive test/helper.coffee test/" ,
1820 "test:debug" : " npm test -- --debug-brk" ,
19- "build" : " browserify lib/testdouble --extension=.coffee -o $npm_package_config_build_file" ,
21+ "build" : " browserify . --extension=.coffee -o $npm_package_config_build_file" ,
2022 "audit:disc" : " npm run build -- --full-paths && discify $npm_package_config_build_file --open" ,
2123 "preversion" : " git pull --rebase && npm test" ,
2224 "postversion" : " git push && git push --tags && npm publish"
You can’t perform that action at this time.
0 commit comments