Skip to content

Commit

Permalink
update packages that don't need docs scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Harder committed Oct 14, 2019
1 parent a7ce3d5 commit d7e4261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/kosu-solidity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"clean": "shx rm -rf dist/",
"contracts:test:ci": "ts-mocha -p tsconfig.json test/* --slow 2000 --timeout 0 -b -- geth",
"coverage": "ts-mocha -p tsconfig.json test/* --slow 2000 --timeout 100000 -- runCoverage && istanbul report html && open coverage/index.html",
"lint": "tslint -p .",
"docs": "node scripts/devdoc.js ./generated-artifacts ./docs"
"lint": "tslint -p ."
},
"config": {
"kosu_ganache_image": "gcr.io/kosu-io/kosu-ganache",
Expand Down
7 changes: 2 additions & 5 deletions packages/kosu.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "tsc",
"clean": "shx rm -rf dist/",
"lint": "tslint -p .",
"lint:fix": "tslint -p . --fix",
"docs": "typedoc ./src"
"lint:fix": "tslint -p . --fix"
},
"repository": {
"type": "git",
Expand All @@ -36,9 +35,7 @@
"simple-mock": "^0.8.0",
"source-map-support": "^0.5.12",
"ts-mocha": "^6.0.0",
"ts-node": "^8.1.0",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^2.0.1"
"ts-node": "^8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d7e4261

Please sign in to comment.