Skip to content

Commit d37e135

Browse files
committed
Add build script
1 parent 6092309 commit d37e135

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"url": "git://github.com/stephenb/node-notes.git"
99
},
1010
"main": "./lib/notes",
11+
"scripts": {
12+
"build": "cake build"
13+
},
1114
"engines": {
1215
"node": ">= v0.4.7"
1316
},

0 commit comments

Comments
 (0)