Skip to content

Commit

Permalink
release: v0.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Dec 22, 2022
1 parent f484c58 commit 2f2d871
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 79 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# [0.1.0-alpha.2](https://github.com/jwcjs/create-jwc/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2022-12-22)



# [0.1.0-alpha.1](https://github.com/jwcjs/create-jwc/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-12-22)


Expand Down
158 changes: 79 additions & 79 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,81 +1,81 @@
{
"name": "create-jwcjs",
"version": "0.1.0-alpha.1",
"description": "A Command Line Tool to create jwc.js project",
"main": "index.js",
"type": "module",
"files": [
"dist",
"index.js",
"package.json",
"LICESE",
"templates"
],
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"lint-staged": "lint-staged",
"release": "vv"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"jwcjs"
],
"author": "wibus-wee <[email protected]>",
"bugs": {
"url": "https://github.com/jwcjs/create-jwc/issues"
},
"homepage": "https://github.com/jwcjs/create-jwc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jwcjs/create-jwc.git"
},
"bin": {
"create-jwc": "index.js"
},
"license": "MIT",
"devDependencies": {
"@innei/bump-version": "^1.5.4",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"cross-spawn": "^7.0.3",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"kolorist": "^1.6.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"prettier": "^2.8.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"unbuild": "^1.0.2"
},
"lint-staged": {
"*.{js,ts,css,json}": [
"prettier --write"
]
},
"bump": {
"leading": [
"git pull --rebase"
],
"publish": true,
"changelog": true,
"allowed_branches": [
"main"
]
}
"name": "create-jwcjs",
"version": "0.1.0-alpha.2",
"description": "A Command Line Tool to create jwc.js project",
"main": "index.js",
"type": "module",
"files": [
"dist",
"index.js",
"package.json",
"LICESE",
"templates"
],
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"lint-staged": "lint-staged",
"release": "vv"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"jwcjs"
],
"author": "wibus-wee <[email protected]>",
"bugs": {
"url": "https://github.com/jwcjs/create-jwc/issues"
},
"homepage": "https://github.com/jwcjs/create-jwc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jwcjs/create-jwc.git"
},
"bin": {
"create-jwc": "index.js"
},
"license": "MIT",
"devDependencies": {
"@innei/bump-version": "^1.5.4",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"cross-spawn": "^7.0.3",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"kolorist": "^1.6.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"prettier": "^2.8.1",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"unbuild": "^1.0.2"
},
"lint-staged": {
"*.{js,ts,css,json}": [
"prettier --write"
]
},
"bump": {
"leading": [
"git pull --rebase"
],
"publish": true,
"changelog": true,
"allowed_branches": [
"main"
]
}
}

0 comments on commit 2f2d871

Please sign in to comment.