f9248e62e7
This addresses [issue 7] by making it possible for users to run: ```sh npm install webextension-polyfill ``` and download a module that they can use with a bundler as follows: ```js import browser from 'webextension-polyfill'; ``` Also, add a [prepublish script] so that users who clone the repo don't need to run `grunt` manually. In addition, specify [files] in package.json so that this module can be published to npm without including miscellanea. This can be verified by running: ```sh npm pack && tar -tvf webextension-polyfill-0.1.0.tgz ``` [issue 7]: https://github.com/mozilla/webextension-polyfill/issues/7 [files]: https://docs.npmjs.com/files/package.json#files [prepublish script]: https://docs.npmjs.com/misc/scripts |
||
---|---|---|
.. | ||
.eslintrc | ||
helpers.js | ||
setup.js | ||
test-async-functions.js | ||
test-browser-global.js | ||
test-node-export.js | ||
test-proxied-properties.js | ||
test-runtime-onMessage.js |