Skip to content

Commit 1351df6

Browse files
rc
1 parent 912f20e commit 1351df6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-commons",
3-
"version": "2.0.0-rc.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Split JavaScript SDK common components",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"check": "npm run check:lint && npm run check:types",
20-
"check:lint": "eslint src types --ext .js,.ts,.d.ts",
20+
"check:lint": "eslint src types --ext .js,.ts",
2121
"check:types": "tsc --noEmit",
2222
"build": "npm run build:cjs && npm run build:esm",
2323
"build:esm": "rimraf esm && tsc -m es2015 --outDir esm",

0 commit comments

Comments
 (0)