Skip to content

Commit dae4f15

Browse files
authored
Merge pull request #21 from applest/feature/fix-install-problem
Fix install problem
2 parents 1e61bce + e0c36ff commit dae4f15

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.js
22
node_modules/
3+
lib/

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"author": "miyukki <yusei1128@gmail.com>",
1919
"main": "./lib/atem.js",
2020
"scripts": {
21-
"test": "mocha test",
22-
"build": "coffee -bc ./lib/atem.coffee",
23-
"postinstall": "build"
21+
"test": "cake test",
22+
"build": "coffee -bco lib src",
23+
"prepublish": "npm run build"
2424
},
2525
"dependencies": {
2626
"async": "^1.3.0",
27-
"coffee-script": "1.7.1",
2827
"pngjs": "^2.3.1"
2928
},
3029
"devDependencies": {
30+
"coffee-script": "1.7.1",
3131
"chai": "3.1.0",
3232
"it-each": "^0.3.1",
3333
"mocha": "2.2.5"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)