primitive-script-bundler
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "primitive-script-bundler", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,15 +5,11 @@ Simple script bundler modeled after Webpack | ||
```js | ||
Declare a config.json file. This is where primitive-script-bundler | ||
will look for your configuration. Currently supports an array of filenames. | ||
-Declare a config.json file. This is where primitive-script-bundler | ||
will look for your configuration. Currently supports an array of | ||
filenames. | ||
E.g. | ||
E.g. files: ["test.js", "dogs.js"] | ||
files: ["test.js", "dogs.js"] | ||
Create script in package.json to run: | ||
-Create script in package.json to run: | ||
E.g. --> "bundle": "node index" | ||
``` | ||
E.g. --> "bundle": "node index" | ||
Built by Theodore Anderson |
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
1489
14