rollup-plugin-string
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## 1.0.1 | ||
* Use rollup cli and rollup.config.js | ||
* Generate only `cjs` format | ||
## 1.0.0 | ||
* Initial release |
{ | ||
"name": "rollup-plugin-string", | ||
"version": "1.0.0", | ||
"description": "Convert any file to string exported with ES6 modules", | ||
"main": "dist/rollup-plugin-string.cjs.js", | ||
"jsnext:main": "dist/rollup-plugin-string.es6.js", | ||
"version": "1.0.1", | ||
"description": "Import text files as strings", | ||
"main": "dist/index.js", | ||
"jsnext:main": "src/index.js", | ||
"files": [ | ||
@@ -17,5 +17,5 @@ "src", | ||
"scripts": { | ||
"build": "node build.js", | ||
"build": "rollup -c", | ||
"pretest": "npm run build", | ||
"test": "mocha", | ||
"pretest": "npm run build", | ||
"prepublish": "npm test" | ||
@@ -28,5 +28,5 @@ }, | ||
"keywords": [ | ||
"rollup-plugin", | ||
"stringify", | ||
"string", | ||
"rollup-plugin", | ||
"template" | ||
@@ -33,0 +33,0 @@ ], |
# rollup-plugin-string | ||
Convert any file to string exported with ES6 modules | ||
Import text files as strings | ||
@@ -5,0 +5,0 @@ ```js |
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
3754
6
38