Browse Source

update package.json

Daniel Zlotin 8 years ago
parent
commit
454c93a44e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      package.json

+ 3
- 3
package.json View File

4
   "description": "React Native Navigation - truly native navigation for iOS and Android",
4
   "description": "React Native Navigation - truly native navigation for iOS and Android",
5
   "license": "MIT",
5
   "license": "MIT",
6
   "nativePackage": true,
6
   "nativePackage": true,
7
-  "author": "Tal Kol <talkol@gmail.com>",
7
+  "author": "Daniel Zlotin <zlotindaniel@gmail.com>",
8
   "publishConfig": {
8
   "publishConfig": {
9
     "registry": "https://registry.npmjs.org/"
9
     "registry": "https://registry.npmjs.org/"
10
   },
10
   },
20
   "main": "src/index.js",
20
   "main": "src/index.js",
21
   "scripts": {
21
   "scripts": {
22
     "build": ":",
22
     "build": ":",
23
-    "lint": "eslint src test",
23
+    "lint": "eslint src2",
24
     "test:js": "jest",
24
     "test:js": "jest",
25
     "test:android": "cd android && ./gradlew clean testDebugUnitTest",
25
     "test:android": "cd android && ./gradlew clean testDebugUnitTest",
26
     "test:ios": ":",
26
     "test:ios": ":",
27
     "pretest": "npm run lint",
27
     "pretest": "npm run lint",
28
     "test": "npm run test:js && npm run test:android && npm run test:ios",
28
     "test": "npm run test:js && npm run test:android && npm run test:ios",
29
-    "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
29
+    "release": ": #npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
30
   },
30
   },
31
   "peerDependencies": {
31
   "peerDependencies": {
32
     "react-native": "*",
32
     "react-native": "*",