Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirtiny committed Jun 29, 2021
1 parent c207d54 commit 93987fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-lib-template",
"version": "1.1.7",
"version": "1.2.0",
"description": "ts-lib-template desc",
"types": "./dist/types/main.d.ts",
"main": "./dist/cli.js",
Expand All @@ -18,8 +18,8 @@
"LICENSE"
],
"scripts": {
"start": "node .node/server.js",
"build": "npm run clean && npm run build:types && node .node/builder.js",
"start": "dotenv -c development node .node/server.js",
"build": "npm run clean && npm run build:types && dotenv -c production node .node/builder.js",
"test": "jest",
"lint": "eslint --max-warnings 0 . --ext .ts",
"build:types": "tsc -p tsconfig.json",
Expand Down Expand Up @@ -56,6 +56,7 @@
"@types/node": "15.6.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"dotenv-cli": "^4.0.0",
"esbuild": "0.12.5",
"esbuild-sass-plugin": "^1.4.8",
"eslint": "^7.28.0",
Expand Down

0 comments on commit 93987fe

Please sign in to comment.