Skip to content

Commit

Permalink
remove outdated package json
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tai committed Aug 22, 2017
1 parent 6555590 commit 831569f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Sakefile
Expand Up @@ -6,10 +6,9 @@ use 'sake-version'
task 'clean', 'clean project', ->
exec 'rm -rf lib'

task 'build', 'build project', (cb) ->
task 'build', 'build js', () ->
bundle.write
entry: 'src/index.coffee'
format: 'es'
compilers:
coffee:
version: 1
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -19,7 +19,6 @@
],
"main": "lib/el.js",
"module": "lib/el.mjs",
"js:next": "lib/el.mjs",
"files": [
"lib/",
"src/"
Expand Down Expand Up @@ -56,4 +55,4 @@
"pretest": "sake build",
"test": "sake test"
}
}
}

0 comments on commit 831569f

Please sign in to comment.