Package Exports
- is-in-browser
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-in-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Node Module Template
Fork this repo; write your module (es6/7 supported); publish it.
Also, replace these docs with your own. :)
// code gist goes here
Usage
- fork the repo
- run
npm install - change the
namefield in your package.json - write your source code in the
srcfolder. ES6 and ES-stage-3 features are supported. - write your tests
- run your tests ;)
npm test - update the docs (this readme, the change-log, and the contributing file)
- build your modules
npm run build - publish
npm publish
Contributing
Please see contributing doc.
Change Log
Please see change log doc.