webextension-polyfill/test
Joseph Frazier f9248e62e7 feat: library wrapped as an UMD module
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
2017-04-11 13:32:31 +02:00
..
.eslintrc fix: relax max-nested-callback eslint rules for tests. 2016-11-07 16:34:34 +01:00
helpers.js feat: library wrapped as an UMD module 2017-04-11 13:32:31 +02:00
setup.js fix: the test jsdom window doesn't need to be in the shared global. 2016-11-07 16:34:34 +01:00
test-async-functions.js fix: pluralize argument in raised error message 2016-11-07 16:34:34 +01:00
test-browser-global.js feat: library wrapped as an UMD module 2017-04-11 13:32:31 +02:00
test-node-export.js feat: library wrapped as an UMD module 2017-04-11 13:32:31 +02:00
test-proxied-properties.js fix: bulk fix call expression params indentation using eslint 2016-11-07 16:34:34 +01:00
test-runtime-onMessage.js fix: indentation missed by eslint 2016-11-07 16:34:34 +01:00