Skip to content

Commit 422feb1

Browse files
committed
add configs store
1 parent c4505b7 commit 422feb1

3 files changed

Lines changed: 293 additions & 152 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Chess clock API",
44
"author": "Nikola Radulaški",
55
"license": "MIT",
6-
"version": "0.1.2",
6+
"version": "0.2.2",
77
"keywords": [
88
"chess",
99
"chessclock",
@@ -44,7 +44,7 @@
4444
"lib"
4545
],
4646
"scripts": {
47-
"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",
47+
"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",
4848
"format": "prettier --write \"src/**/*.ts\"",
4949
"lint": "eslint",
5050
"test": "jest"

0 commit comments

Comments
 (0)