0.3.0 • Published 8 years ago

write-script v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

write-script

Writes a script tag to the document if the document is loading or inserts a script tag in case the document finished loading.

Dependency Status Build Status npm version

Installation

npm i --save write-script

Usage

var writeScript = require('write-script');

writeScript('http://foo.com/bar.js', {
  async: true
});

License

MIT

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago

0.0.1

9 years ago