Skip to content

Commit

Permalink
fix: get rid of module field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 20, 2019
1 parent 219ae63 commit 987d58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.0-development",
"description": "my personal ES2015 library project skeleton",
"main": "index.js",
"module": "es/index.js",
"sideEffects": false,
"scripts": {
"lint": "eslint src test --cache",
Expand Down

0 comments on commit 987d58b

Please sign in to comment.