Skip to content

Commit

Permalink
v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirtiny committed Jul 2, 2021
1 parent efe07ee commit 9372aea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ts-lib-template",
"version": "1.2.8",
"version": "1.2.9",
"description": "ts-lib-template desc",
"types": "./dist/types/main.d.ts",
"main": "./dist/cli.js",
"browser": "./dist/main.browser.js",
"main": "./dist/main.es.js",
"browser": "./dist/main.es.js",
"module": "./dist/main.es.js",
"exports": {
".": {
Expand All @@ -22,7 +22,7 @@
"build": "npm run clean && dotenv -c production node .node/builder.js",
"test": "jest",
"lint": "eslint --max-warnings 0 . --ext .ts",
"clean": "shx rm -rf dist build",
"clean": "shx rm -rf dist",
"ts-node": "ts-node"
},
"repository": {
Expand Down

0 comments on commit 9372aea

Please sign in to comment.