-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Release node-plop 0.30.1 and plop 3.0.6
- Loading branch information
1 parent
ae2a6bf
commit ec2ebe1
Showing
5 changed files
with
80 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# node-plop | ||
|
||
## 0.30.1 | ||
|
||
### Patch Changes | ||
|
||
- Moved to monorepo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
{ | ||
"name": "node-plop", | ||
"version": "0.30.0", | ||
"description": "programmatic plopping for fun and profit", | ||
"main": "src/index.js", | ||
"type": "module", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"test": "npm run test:js && npm run test:typings", | ||
"test:typings": "dtslint types --localTs ../../node_modules/typescript/lib --expectOnly", | ||
"test:js": "vitest run", | ||
"test-watch": "vitest watch", | ||
"develop": "npm run test-watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/plopjs/plop.git", | ||
"directory": "packages/node-plop" | ||
}, | ||
"keywords": [ | ||
"plop", | ||
"generator", | ||
"scaffolding", | ||
"node", | ||
"programmatic", | ||
"automation" | ||
], | ||
"author": "Andrew Worcester <[email protected]> (http://amwmedia.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/plopjs/plop/issues" | ||
}, | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer-autocomplete-prompt": "^1.3.3", | ||
"@types/node": "^16.11.10", | ||
"dtslint": "^4.2.1", | ||
"plop-pack-fancy-comments": "^0.2.1", | ||
"typescript": "^4.5.2", | ||
"vitest": "^0.5.5" | ||
}, | ||
"dependencies": { | ||
"@types/inquirer": "^8.1.3", | ||
"change-case": "^4.1.2", | ||
"del": "^6.0.0", | ||
"globby": "^12.0.2", | ||
"handlebars": "^4.4.3", | ||
"inquirer": "^8.2.0", | ||
"isbinaryfile": "^4.0.8", | ||
"lodash.get": "^4.4.2", | ||
"lower-case": "^2.0.2", | ||
"mkdirp": "^1.0.4", | ||
"resolve": "^1.20.0", | ||
"title-case": "^3.0.3", | ||
"upper-case": "^2.0.2" | ||
} | ||
} | ||
{ | ||
"name": "node-plop", | ||
"version": "0.30.1", | ||
"description": "programmatic plopping for fun and profit", | ||
"main": "src/index.js", | ||
"type": "module", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"test": "npm run test:js && npm run test:typings", | ||
"test:typings": "dtslint types --localTs ../../node_modules/typescript/lib --expectOnly", | ||
"test:js": "vitest run", | ||
"test-watch": "vitest watch", | ||
"develop": "npm run test-watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/plopjs/plop.git", | ||
"directory": "packages/node-plop" | ||
}, | ||
"keywords": [ | ||
"plop", | ||
"generator", | ||
"scaffolding", | ||
"node", | ||
"programmatic", | ||
"automation" | ||
], | ||
"author": "Andrew Worcester <[email protected]> (http://amwmedia.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/plopjs/plop/issues" | ||
}, | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer-autocomplete-prompt": "^1.3.3", | ||
"@types/node": "^16.11.10", | ||
"dtslint": "^4.2.1", | ||
"plop-pack-fancy-comments": "^0.2.1", | ||
"typescript": "^4.5.2", | ||
"vitest": "^0.5.5" | ||
}, | ||
"dependencies": { | ||
"@types/inquirer": "^8.1.3", | ||
"change-case": "^4.1.2", | ||
"del": "^6.0.0", | ||
"globby": "^12.0.2", | ||
"handlebars": "^4.4.3", | ||
"inquirer": "^8.2.0", | ||
"isbinaryfile": "^4.0.8", | ||
"lodash.get": "^4.4.2", | ||
"lower-case": "^2.0.2", | ||
"mkdirp": "^1.0.4", | ||
"resolve": "^1.20.0", | ||
"title-case": "^3.0.3", | ||
"upper-case": "^2.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# plop | ||
|
||
## 3.0.6 | ||
|
||
### Patch Changes | ||
|
||
- Moved to monorepo | ||
|
||
- Updated dependencies []: | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters