Skip to content

Commit

Permalink
Switch to coffeescript package
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Mar 24, 2018
1 parent f9cf8d1 commit caaaf94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Sakefile
Expand Up @@ -3,11 +3,8 @@ use 'sake-publish'
use 'sake-test'
use 'sake-version'

# use 'sake-yarn'

task 'build', 'build project', ->
handroll = require 'handroll'

handroll.write entry: 'src/index.coffee'

task 'clean', 'clean project', ->
Expand Down
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -33,15 +33,14 @@
},
"homepage": "https://github.com/sakejs/sake-bundle#readme",
"dependencies": {
"coffeescript": "^2.2.3",
"handroll": "^0.16.0"
},
"devDependencies": {
"coffee-script": "1.12.7",
"sake-cli": "^0.5.24",
"sake-outdated": "^0.2.1",
"sake-publish": "^0.1.16",
"sake-test": "^0.1.5",
"sake-version": "^0.1.19",
"sake-yarn": "^0.1.2"
"sake-version": "^0.1.19"
}
}
}

0 comments on commit caaaf94

Please sign in to comment.