@nuskin/routine-feature 0.0.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuskin/routine-feature",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://code.tls.nuskin.io/ns-am/mobile/applications/luna-and-sol/shared2.git",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"react-native": "src/index.tsx",
|
|
12
12
|
"source": "src/index.tsx",
|
|
13
13
|
"module": "lib/module/index.js",
|
|
14
|
-
"types": "lib/typescript/
|
|
14
|
+
"types": "lib/typescript/index.d.ts",
|
|
15
15
|
"files": [
|
|
16
16
|
"src",
|
|
17
17
|
"lib",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"prepare": "bob build",
|
|
26
26
|
"clean": "rm -rf lib",
|
|
27
27
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
28
|
-
"test": "jest"
|
|
28
|
+
"test": "jest",
|
|
29
|
+
"changelog": "../../scripts/changelog ${npm_package_name}"
|
|
29
30
|
},
|
|
30
31
|
"peerDependencies": {
|
|
31
32
|
"react": "^17.0.2",
|
|
32
33
|
"react-native": ">=0.64.2"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@nuskin/mobile-navigation": "0.0.1",
|
|
36
|
-
"@ns/mobile-ui": "0.0
|
|
37
|
-
"tslib": "^2.3.0"
|
|
36
|
+
"@nuskin/mobile-navigation": "^0.0.1",
|
|
37
|
+
"@ns/mobile-ui": "^1.0.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"react-native-builder-bob": "^0.18.1",
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
]
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
|
-
"commithash": "
|
|
135
|
+
"commithash": "2d1143115119da125a403eeac1333b704218fd7d",
|
|
136
136
|
"author": {
|
|
137
|
-
"name": "
|
|
138
|
-
"email": "
|
|
139
|
-
"url": "https://code.tls.nuskin.io/
|
|
137
|
+
"name": "Clay Keisel",
|
|
138
|
+
"email": "clkeisel@nuskin.com",
|
|
139
|
+
"url": "https://code.tls.nuskin.io/clkeisel"
|
|
140
140
|
}
|
|
141
141
|
}
|