Skip to content

Commit

Permalink
chore(release): 8.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.5.1](v8.5.0...v8.5.1) (2019-08-05)

### Bug Fixes

* publish bin directory to npm, fixes [#146](#146) ([a85b650](a85b650))
  • Loading branch information
semantic-release-bot authored and harttle committed Aug 26, 2019
1 parent b65df44 commit 538610e
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 17 deletions.
86 changes: 72 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",
"test": "cross-env BUNDLES=cjs,umd npm run build && mocha \"test/**/*.ts\"",
"benchmark": "ts-node benchmark",
"coverage-html": "nyc --reporter=html mocha \"test/{unit,integration}/**/*.ts\"",
"coverage": "nyc --reporter=html mocha \"test/{unit,integration}/**/*.ts\"",
"coverage-coveralls": "nyc mocha \"test/{unit,integration}/**/*.ts\" && nyc report --reporter=text-lcov | coveralls",
"build": "rollup -c rollup.config.ts && ls -lh dist",
"version": "npm run build && npm run doc"
Expand Down Expand Up @@ -65,8 +65,8 @@
"@types/sinon": "^7.0.6",
"@types/sinon-chai": "^3.2.2",
"@types/supertest": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"all-contributors-cli": "^6.8.1",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
Expand Down

0 comments on commit 538610e

Please # to comment.