Skip to content

Commit

Permalink
add configs store
Browse files Browse the repository at this point in the history
  • Loading branch information
radulle committed May 25, 2021
1 parent c4505b7 commit 422feb1
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 152 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Chess clock API",
"author": "Nikola Radulaški",
"license": "MIT",
"version": "0.1.2",
"version": "0.2.2",
"keywords": [
"chess",
"chessclock",
Expand Down Expand Up @@ -44,7 +44,7 @@
"lib"
],
"scripts": {
"build": "rm -rf lib/* && tsc && tsc --target es5 --module commonjs --outDir ./lib/cjs && echo { \"type\": \"module\" } > ./lib/esm/package.json && echo { \"type\": \"commonjs\" } > ./lib/cjs/package.json",
"build": "rm -rf lib/* && tsc && tsc --target es5 --module commonjs --outDir ./lib/cjs --downlevelIteration && echo { \"type\": \"module\" } > ./lib/esm/package.json && echo { \"type\": \"commonjs\" } > ./lib/cjs/package.json",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint",
"test": "jest"
Expand Down
Loading

0 comments on commit 422feb1

Please sign in to comment.