Skip to content

Commit

Permalink
Merge pull request #21 from applest/feature/fix-install-problem
Browse files Browse the repository at this point in the history
Fix install problem
  • Loading branch information
miyukki authored Jan 31, 2017
2 parents 1e61bce + e0c36ff commit dae4f15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.js
node_modules/
lib/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"author": "miyukki <yusei1128@gmail.com>",
"main": "./lib/atem.js",
"scripts": {
"test": "mocha test",
"build": "coffee -bc ./lib/atem.coffee",
"postinstall": "build"
"test": "cake test",
"build": "coffee -bco lib src",
"prepublish": "npm run build"
},
"dependencies": {
"async": "^1.3.0",
"coffee-script": "1.7.1",
"pngjs": "^2.3.1"
},
"devDependencies": {
"coffee-script": "1.7.1",
"chai": "3.1.0",
"it-each": "^0.3.1",
"mocha": "2.2.5"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit dae4f15

Please sign in to comment.