rc-new-window
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "rc-new-window", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "popup new browser window with react", | ||
@@ -12,3 +12,4 @@ "keywords": [ | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"es" | ||
], | ||
@@ -26,10 +27,9 @@ "homepage": "https://github.com/ticlo/rc-new-window", | ||
"main": "./lib/index", | ||
"module": "./es/index", | ||
"scripts": { | ||
"start": "cross-env NODE_ENV=development father doc dev --storybook", | ||
"build": "father doc build --storybook", | ||
"compile": "father build", | ||
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", | ||
"test": "father test", | ||
"coverage": "father test --coverage", | ||
"now-build": "npm run build" | ||
"build-lib": "tsc", | ||
"build-es": "tsc --build tsconfig_es.json" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
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
42270
15
1104