@karhu/react
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@karhu/react", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "React bindings and components for Karhu", | ||
@@ -8,3 +8,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"tsc": "tsc" | ||
"tsc": "tsc", | ||
"preparePublish": "echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc", | ||
"prepublishOnly": "npm run preparePublish" | ||
}, | ||
@@ -15,3 +17,2 @@ "keywords": [], | ||
"devDependencies": { | ||
"@karhu/core": "^0.2.1", | ||
"@types/react": "^16.7.6", | ||
@@ -27,2 +28,5 @@ "@types/react-dom": "^16.0.9", | ||
}, | ||
"dependencies": { | ||
"@karhu/core": "^0.2.2" | ||
}, | ||
"directories": { | ||
@@ -39,3 +43,3 @@ "lib": "lib", | ||
}, | ||
"gitHead": "07e2e0cf3fbb9cc1e9903f150beef8345cbdf563" | ||
"gitHead": "28c5df561af406843155714374cafbe299e59a68" | ||
} |
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
18839
4
4
+ Added@karhu/core@^0.2.2
+ Added@karhu/core@0.2.3(transitive)
- Removed@karhu/core@1.0.0(transitive)