@lu-development/ux-mylu-patterns-react
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@lu-development/ux-mylu-patterns-react", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "React specific wrapper for @lu-development/ux-mylu-patterns", | ||
@@ -8,4 +8,5 @@ "keywords": [], | ||
"scripts": { | ||
"installModules": "npm install", | ||
"build": "npm run clean && npm run compile", | ||
"install.modules": "npm install", | ||
"build": "npm run clean && npm run compile && npm run copy.patterns", | ||
"copy.patterns": "node scripts/copy-patterns.js", | ||
"clean": "rm -rf dist", | ||
@@ -15,3 +16,5 @@ "compile": "npm run tsc", | ||
"tsc": "tsc -p .", | ||
"test": "jest" | ||
"test": "jest", | ||
"validate": "npm run test && npm run build", | ||
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next" | ||
}, | ||
@@ -32,5 +35,7 @@ "main": "./dist/index.js", | ||
"@types/react-router-dom": "^4.3.1", | ||
"fs-extra": "^8.0.1", | ||
"jest": "^23.0.0", | ||
"jest-dom": "^3.0.2", | ||
"np": "^3.1.0", | ||
"path": "^0.12.7", | ||
"react": "^16.7.0", | ||
@@ -42,7 +47,6 @@ "react-dom": "^16.7.0", | ||
"ts-jest": "^23.10.5", | ||
"typescript": "^3.2.2", | ||
"@stencil/core": "1.0.0-beta.8" | ||
"typescript": "^3.2.2" | ||
}, | ||
"dependencies": { | ||
"@lu-development/ux-mylu-patterns": "0.2.2" | ||
"@lu-development/ux-mylu-patterns": "0.2.3" | ||
}, | ||
@@ -49,0 +53,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
56882
36
373
19
+ Added@lu-development/ux-mylu-patterns@0.2.3(transitive)
- Removed@lu-development/ux-mylu-patterns@0.2.2(transitive)