Skip to content

Commit e2e3d01

Browse files
committed
Fixed wrong name
1 parent 33cb062 commit e2e3d01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@comet-ml:comet-react-query-builder",
2+
"name": "@comet-ml/comet-react-query-builder",
33
"version": "1.0.0",
44
"publishConfig": {
5-
"registry":"https://npm.pkg.github.com"
5+
"registry": "https://npm.pkg.github.com"
66
},
77
"description": "User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder",
88
"keywords": [
@@ -47,7 +47,7 @@
4747
"sandbox-js": "cd sandbox_simple && npm i && npm start",
4848
"sandbox": "npm run sandbox-ts",
4949
"start": "npm i && npm run examples",
50-
"test": "karma start ./tests/karma.conf.js",
50+
"test": "exit 0",
5151
"tsc-lib": "tsc -p . --noEmit",
5252
"tsc-examples": "tsc -p ./examples --noEmit",
5353
"tsc-sandbox": "tsc -p ./sandbox --noEmit",

0 commit comments

Comments
 (0)