Skip to content

Commit

Permalink
Remove "browser" field from package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Miskiewicz committed Jan 16, 2018
1 parent af85d2c commit 261cca3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"main": "dist/wobble.cjs.js",
"src": "dist/module/index.js",
"module": "dist/wobble.es.js",
"browser": "dist/wobble.browser.js",
"types": "wobble.d.ts",
"scripts": {
"test": "jest --coverage && flow check",
Expand Down Expand Up @@ -73,4 +72,4 @@
"rollup-watch": "^4.3.1",
"uglify-es": "^3.0.27"
}
}
}

0 comments on commit 261cca3

Please sign in to comment.