Comparing version 0.0.3-0 to 0.0.3
{ | ||
"name": "get-js", | ||
"version": "0.0.3-0", | ||
"version": "0.0.3", | ||
"description": "A lightweight promise based package to load scripts on the fly", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,10 @@ # Get JS | ||
```bash | ||
# Using npm | ||
$ npm install get-js --save | ||
# Using Yarn | ||
$ yarn add get-js | ||
# Using Bower | ||
$ bower install get-js --save | ||
``` | ||
@@ -21,6 +28,9 @@ | ||
## Usage | ||
Include the package using common js `require()`: | ||
Include the package using Common JS `require()` or ES2015 `import`: | ||
```javascript | ||
var get = require('get-js'); | ||
// ES2015+ | ||
import get from 'get-js'; | ||
``` | ||
@@ -27,0 +37,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18152
60