@awesomeqr/react
Advanced tools
Comparing version 0.0.1-beta.14 to 0.0.1-beta.15
{ | ||
"name": "@awesomeqr/react", | ||
"version": "0.0.1-beta.14", | ||
"version": "0.0.1-beta.15", | ||
"description": "A React Component for Awesome-qr.js", | ||
@@ -13,2 +13,3 @@ "keywords": [ | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.es.js", | ||
"types": "./lib/index.d.ts", | ||
@@ -19,3 +20,2 @@ "typings": "./lib/index.d.ts", | ||
}, | ||
"module": "./lib/index.es.js", | ||
"scripts": { | ||
@@ -25,4 +25,5 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
"build-storybook": "build-storybook", | ||
"clean": "rimraf ./lib", | ||
"build": "rollup -c", | ||
"prepublishOnly": "rollup -c" | ||
"prepublishOnly": "npm-run-all -s clean build" | ||
}, | ||
@@ -67,2 +68,3 @@ "author": "Makito <sumimakito@hotmail.com>", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.35.1", | ||
@@ -69,0 +71,0 @@ "rollup-plugin-delete": "^2.0.0", |
@@ -19,3 +19,3 @@ import commonjs from "@rollup/plugin-commonjs"; | ||
file: packageJson.module, | ||
format: "esm", | ||
format: "es", | ||
sourcemap: true, | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
2472676
26