Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
chore(package.json): add build scripts and tomchentw-npm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Oct 2, 2014
1 parent cd910a5 commit 631b6f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "mocha -R spec --compilers ls:LiveScript",
"coveralls": "istanbul cover _mocha -- -R spec --compilers ls:LiveScript && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"coveralls": "istanbul cover _mocha -- -R spec --compilers ls:LiveScript && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"build": "lsc -b -c -o ./ ./src/*"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,13 +36,14 @@
"through2": "^0.5.1"
},
"devDependencies": {
"should": "^4.0.4",
"mocha": "^1.17.1",
"mocha-lcov-reporter": "0.0.1",
"istanbul": "^0.2.11",
"conventional-changelog": "0.0.11",
"coveralls": "^2.10.0",
"gulp": "^3.5.2",
"gulp-bump": "^0.1.5",
"conventional-changelog": "0.0.11"
"istanbul": "^0.2.11",
"mocha": "^1.17.1",
"mocha-lcov-reporter": "0.0.1",
"should": "^4.0.4",
"tomchentw-npm-dev": "0.0.13"
}
}

0 comments on commit 631b6f3

Please sign in to comment.