Skip to content

Commit 738a1cc

Browse files
committed
Merge branch 'build' into patch-1
2 parents 96fd399 + 8ef88e2 commit 738a1cc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

lib/notes.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"url": "git://github.com/stephenb/node-notes.git"
99
},
1010
"main": "./lib/notes",
11+
"scripts": {
12+
"build": "cake build",
13+
"build:watch": "nodemon -q -w src -e js,coffee -x npm run -s build"
14+
},
1115
"engines": {
1216
"node": ">= v0.4.7"
1317
},

0 commit comments

Comments
 (0)