Skip to content

Commit 58f3ec5

Browse files
committed
package.json: update GitHub links
1 parent 044f22d commit 58f3ec5

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"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}",
1919
"prettier": "prettier --check --write '**/*.ts*' '!dist/**' '!lib/types/**'",
2020
"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",
2525
"postversion": "git push && git push --tags"
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/lightninglabs/lnc.git"
29+
"url": "git+https://github.com/lightninglabs/lnc-web.git"
3030
},
3131
"keywords": [
3232
"lightning",
@@ -36,9 +36,9 @@
3636
],
3737
"author": "Evan Kaloudis",
3838
"bugs": {
39-
"url": "https://github.com/lightninglabs/lnc/issues"
39+
"url": "https://github.com/lightninglabs/lnc-web/issues"
4040
},
41-
"homepage": "https://github.com/lightninglabs/lnc#readme",
41+
"homepage": "https://github.com/lightninglabs/lnc-web#readme",
4242
"devDependencies": {
4343
"@types/crypto-js": "4.1.1",
4444
"@types/debug": "4.1.7",
@@ -72,5 +72,12 @@
7272
"os": false,
7373
"crypto": false
7474
},
75-
"files": ["dist/**/*"]
75+
"files": [
76+
"dist/**/*"
77+
],
78+
"directories": {
79+
"lib": "lib",
80+
"test": "test"
81+
},
82+
"license": "MIT"
7683
}

0 commit comments

Comments
 (0)