nest-pret-schematics
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "nest-pret-schematics", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Schematics for scaffolding a Nest Pret App.", | ||
@@ -13,3 +13,3 @@ "author": "Ricardo Simioni", | ||
"build": "tsc -p tsconfig.schematics.json", | ||
"postbuild": "copyfiles ./*/schema.json ./*/files/** ./collection.json ../dist/nest-pret-schematics" | ||
"postbuild": "copyup src/*/schema.json src/*/files/**/** src/collection.json dist/" | ||
}, | ||
@@ -20,3 +20,3 @@ "peerDependencies": { | ||
}, | ||
"schematics": "./collection.json", | ||
"schematics": "./dist/collection.json", | ||
"devDependencies": { | ||
@@ -23,0 +23,0 @@ "copyfiles": "file:../../node_modules/copyfiles", |
@@ -17,4 +17,4 @@ { | ||
"noUnusedLocals": true, | ||
"rootDir": ".", | ||
"outDir": "../dist/nest-pret-schematics", | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"skipDefaultLibCheck": true, | ||
@@ -30,7 +30,7 @@ "skipLibCheck": true, | ||
"include": [ | ||
"./**/*" | ||
"./src/**/*" | ||
], | ||
"exclude": [ | ||
"./*/files/**/*" | ||
"./src/*/files/**/*" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
20522
23
506
1