|
18 | 18 | "generate": "sh scripts/generate_types.sh ${npm_package_config_lnd_release_tag} ${npm_package_config_loop_release_tag} ${npm_package_config_pool_release_tag} ${npm_package_config_faraday_release_tag} ${npm_package_config_protoc_version}", |
19 | 19 | "prettier": "prettier --check --write '**/*.ts*' '!dist/**' '!lib/types/**'", |
20 | 20 | "lint": "tslint -p tsconfig.json", |
21 | | - "prepare" : "npm run build", |
22 | | - "prepublishOnly" : "npm run lint", |
23 | | - "preversion" : "npm run lint", |
24 | | - "version" : "npm run prettier && git add -A lib", |
| 21 | + "prepare": "npm run build", |
| 22 | + "prepublishOnly": "npm run lint", |
| 23 | + "preversion": "npm run lint", |
| 24 | + "version": "npm run prettier && git add -A lib", |
25 | 25 | "postversion": "git push && git push --tags" |
26 | 26 | }, |
27 | 27 | "repository": { |
28 | 28 | "type": "git", |
29 | | - "url": "git+https://github.com/lightninglabs/lnc.git" |
| 29 | + "url": "git+https://github.com/lightninglabs/lnc-web.git" |
30 | 30 | }, |
31 | 31 | "keywords": [ |
32 | 32 | "lightning", |
|
36 | 36 | ], |
37 | 37 | "author": "Evan Kaloudis", |
38 | 38 | "bugs": { |
39 | | - "url": "https://github.com/lightninglabs/lnc/issues" |
| 39 | + "url": "https://github.com/lightninglabs/lnc-web/issues" |
40 | 40 | }, |
41 | | - "homepage": "https://github.com/lightninglabs/lnc#readme", |
| 41 | + "homepage": "https://github.com/lightninglabs/lnc-web#readme", |
42 | 42 | "devDependencies": { |
43 | 43 | "@types/crypto-js": "4.1.1", |
44 | 44 | "@types/debug": "4.1.7", |
|
72 | 72 | "os": false, |
73 | 73 | "crypto": false |
74 | 74 | }, |
75 | | - "files": ["dist/**/*"] |
| 75 | + "files": [ |
| 76 | + "dist/**/*" |
| 77 | + ], |
| 78 | + "directories": { |
| 79 | + "lib": "lib", |
| 80 | + "test": "test" |
| 81 | + }, |
| 82 | + "license": "MIT" |
76 | 83 | } |
0 commit comments