Skip to content

Commit e0c36ff

Browse files
committed
Fix develop environment to moden style
1 parent b1b227e commit e0c36ff

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": "./node_modules/.bin/cake test",
22-
"build": "./node_modules/.bin/coffee -bc ./lib/atem.coffee",
23-
"prepublish": "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)