Skip to content

Commit 557ffdd

Browse files
author
Christopher J. Brody
committed
prepare-js "script" (using coffeescript@1 for now)
1 parent 121ba04 commit 557ffdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
},
3535
"scripts": {
3636
"clean-spec": "rm -rf spec/[mnp]* && git cl spec/config.xml && git st",
37+
"prepare-js": "coffee -p SQLitePlugin.coffee.md > www/SQLitePlugin.js",
3738
"prepare-spec": "node scripts/prepareSpec.js"
3839
},
3940
"devDependencies": {
41+
"coffeescript": "1",
4042
"cross-spawn": "^6.0.5",
4143
"fs-extra": "^7.0.1"
4244
}

0 commit comments

Comments
 (0)