Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1131 from spmjs/pkg
Browse files Browse the repository at this point in the history
feat(template) use npm test/build as alias
  • Loading branch information
sorrycc committed Jan 8, 2015
2 parents 3b47a62 + fe8f27d commit e361111
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@
"devDependencies": {
"expect.js": "0.3.1"
}
},
"devDependencies": {
"spm": "3"
},
"scripts": {
"test": "spm test",
"build": "spm build"
}
}

0 comments on commit e361111

Please sign in to comment.