Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwa committed May 3, 2022
1 parent cfaef59 commit 3018922
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.2 (2022-05-03)


### Features

* add build comand cfaef59
* initial commit c2ea7dd
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "tslib-starter",
"version": "0.0.1",
"name": "vercel-quasar",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"files": [
"dist/**/*"
"dist"
],
"scripts": {
"build": "tsc --build tsconfig.json",
"release": "standard-version",
"lint": "eslint --ext .js,.ts,.json ./",
"fix": "eslint --ext .js,.ts,.json ./ --fix",
"format": "prettier --config ./.prettierrc --write \"./**/*.{ts,js,json}\" ",
Expand All @@ -32,12 +33,16 @@
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vercel/build-utils": "^2.16.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.0.3",
"prettier": "^2.6.2",
"ts-jest": "^28.0.0",
"typescript": "^4.6.4"
},
"dependencies": {
"fs-extra": "^10.1.0"
}
}
}

0 comments on commit 3018922

Please sign in to comment.