Skip to content

Commit

Permalink
rc
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Oct 29, 2024
1 parent 912f20e commit 1351df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-commons",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"description": "Split JavaScript SDK common components",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -17,7 +17,7 @@
],
"scripts": {
"check": "npm run check:lint && npm run check:types",
"check:lint": "eslint src types --ext .js,.ts,.d.ts",
"check:lint": "eslint src types --ext .js,.ts",
"check:types": "tsc --noEmit",
"build": "npm run build:cjs && npm run build:esm",
"build:esm": "rimraf esm && tsc -m es2015 --outDir esm",
Expand Down

0 comments on commit 1351df6

Please sign in to comment.