meta: remove husky from btc-wallet, update private fields

This commit is contained in:
Liam Fitzgerald 2021-07-07 13:25:48 +10:00
parent e9253b92f9
commit d68ff4737f
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB
2 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,11 @@
"name": "btc-wallet",
"version": "0.1.0",
"main": "node install.js",
"private": true,
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.js",
"build:dev": "cross-env NODE_ENV=production webpack --config config/webpack.dev.js",
"build:prod": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
"prepare": "cd ../.. && husky install pkg/btc-wallet/.husky"
"build:prod": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js"
},
"author": "Tlon Corp",
"license": "MIT",

View File

@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@reach/disclosure": "^0.10.5",