Skip to content

Commit

Permalink
Merge 3659c83 into 3fa7c95
Browse files Browse the repository at this point in the history
  • Loading branch information
andreweximchain committed Sep 23, 2019
2 parents 3fa7c95 + 3659c83 commit a05de5a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -5,6 +5,9 @@
"main": "dist/shepherd.umd.js",
"module": "dist/shepherd.es6.js",
"typings": "dist/lib",
"typesVersions": {
">=2.8.1-0": { "*": ["ts2.8.1"] }
},
"scripts": {
"gulp": "node node_modules/gulp/bin/gulp.js",
"test": "jest",
Expand All @@ -22,6 +25,7 @@
"prepublishOnly": "rimraf node_modules && npm i && npm run tsc && npm run test:prepublish && npm run build",
"precommit": "lint-staged",
"prepush": "npm run lint && npm run tsc",
"postinstall":"npm run build",
"report-coverage": " cat ./coverage/lcov.info | coveralls",
"docs": "typedoc --out ./docs ./src --exclude '**/*.spec*' --externalPattern '*node_modules*' --excludeExternals --includeDeclarations --tsconfig ./tsconfig-build.json --mode file --theme minimal"
},
Expand All @@ -34,17 +38,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyCryptoHQ/shepherd.git"
"url": "git+https://github.com/andreweximchain/shepherd.git"
},
"author": "MyCrypto <henry@mycrypto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MyCryptoHQ/shepherd/issues"
"url": "https://github.com/andreweximchain/shepherd/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/MyCryptoHQ/shepherd#readme",
"homepage": "https://github.com/andreweximchain/shepherd#readme",
"devDependencies": {
"coveralls": "^3.0.0",
"gulp": "^3.9.1",
Expand Down

0 comments on commit a05de5a

Please sign in to comment.