|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"name": "ncore-ui-kit-mobile",
|
|
"name": "ncore-ui-kit-mobile",
|
|
|
- "version": "1.0.0-pre-alpha.2",
|
|
|
|
|
|
|
+ "version": "1.0.0-pre-alpha.3",
|
|
|
"description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
|
|
"description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
|
|
|
"main": "./lib/module/index.js",
|
|
"main": "./lib/module/index.js",
|
|
|
"types": "./lib/typescript/src/index.d.ts",
|
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -37,7 +37,8 @@
|
|
|
"lint": "eslint . --ext .ts,.tsx --fix",
|
|
"lint": "eslint . --ext .ts,.tsx --fix",
|
|
|
"prepare": "bob build && copyfiles -u 1 \"src/variants/**/*.json\" lib/typescript/src/",
|
|
"prepare": "bob build && copyfiles -u 1 \"src/variants/**/*.json\" lib/typescript/src/",
|
|
|
"typecheck": "tsc",
|
|
"typecheck": "tsc",
|
|
|
- "release": "release-it --only-version"
|
|
|
|
|
|
|
+ "release": "release-it --only-version",
|
|
|
|
|
+ "build": "yarn clean && yarn lint && yarn typecheck && yarn prepare && npm publish"
|
|
|
},
|
|
},
|
|
|
"keywords": [
|
|
"keywords": [
|
|
|
"ncore",
|
|
"ncore",
|