Skip to content

Commit

Permalink
change main to ES5, module to ES6 etc
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jun 3, 2018
1 parent 8e8ee98 commit 7511c4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "proxy-polyfill",
"version": "0.2.0",
"version": "0.3.0",
"description": "Polyfill for the Proxy object",
"main": "./src/index.js",
"main": "proxy.min.js",
"module": "./src/index.js",
"jsnext:main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChrome/proxy-polyfill.git"
Expand Down

0 comments on commit 7511c4d

Please sign in to comment.