load-script2
Advanced tools
Comparing version
{ | ||
"name": "load-script2", | ||
"description": "Dynamic script loading for modern browsers", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -15,5 +15,5 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"airtap": "0.0.4", | ||
"standard": "*", | ||
"tape": "^4.0.0", | ||
"zuul": "^3.11.1" | ||
"tape": "^4.0.0" | ||
}, | ||
@@ -40,5 +40,5 @@ "homepage": "https://github.com/feross/load-script2", | ||
"test": "standard && npm run test-browser", | ||
"test-browser": "zuul -- test/*.js", | ||
"test-browser-local": "zuul --local -- test/*.js" | ||
"test-browser": "airtap -- test/*.js", | ||
"test-browser-local": "airtap --local -- test/*.js" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# load-script2 [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] | ||
# load-script2 [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
@@ -9,2 +9,4 @@ [travis-image]: https://img.shields.io/travis/feross/load-script2/master.svg | ||
[downloads-url]: https://npmjs.org/package/load-script2 | ||
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-url]: https://standardjs.com | ||
@@ -48,3 +50,3 @@ ### Dynamic script loading for modern browsers | ||
### `load(src, [cb]) {}` | ||
### `load(src, [cb])` | ||
@@ -51,0 +53,0 @@ Append a `<script>` node with the given `src` URL to the `<head>` element in the DOM. |
Sorry, the diff of this file is not supported yet
6828
3.67%66
3.13%