We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6132595 commit 067bd30Copy full SHA for 067bd30
package.json
@@ -1,11 +1,12 @@
1
{
2
- "name": "@react-kit/source",
3
- "version": "1.0.0",
+ "name": "@js-smart/react-kit",
+ "version": "1.0.2",
4
"license": "MIT",
5
"scripts": {
6
"nx": "nx",
7
"start": "nx serve",
8
- "build": "nx build",
+ "build": "nx build react-kit",
9
+ "build:demo": "nx build",
10
"test": "nx test",
11
"lint": "nx workspace-lint && nx lint",
12
"affected:apps": "nx affected:apps",
react-kit/package.json
@@ -1,7 +1,7 @@
"name": "@js-smart/react-kit",
"private": false,
- "version": "1.0.1",
"main": "./index.js",
"types": "./index.d.ts",
"publishConfig": {
0 commit comments