Skip to content

Commit

Permalink
add module entry point (#11)
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
griest024 authored and fatso83 committed Oct 3, 2017
1 parent 8a7f05d commit b7f6071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"url": "http://github.com/sinonjs/nise.git"
},
"main": "lib/index.js",
"module": "nise.js",
"scripts": {
"bundle": "browserify -s nise -o nise.js lib/index.js",
"lint": "eslint .",
Expand Down

0 comments on commit b7f6071

Please sign in to comment.