Skip to content

Commit

Permalink
publish cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley Alexander committed Aug 17, 2019
1 parent a832045 commit e3b80aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"build": "rollup -c",
"start": "rollup -c -w",
"types": "dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --external-imports=react,pusher-js",
"docs": "typedoc --options ./typedoc.js ./src"
"docs": "typedoc --options ./typedoc.js ./src",
"release": "yarn test && yarn build && yarn publish"
},
"dependencies": {
"dequal": "^1.0.0",
Expand Down Expand Up @@ -75,7 +76,7 @@
"typescript": "^3.2.4"
},
"jest": {
"testPathIgnorePatterns": [
"coveragePathIgnorePatterns": [
"./src/index.ts",
"./src/mocks.ts",
"./src/types.ts"
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import dts from "rollup-plugin-dts";
import typescript from "rollup-plugin-typescript2";
import commonjs from "rollup-plugin-commonjs";
import external from "rollup-plugin-peer-deps-external";
Expand Down

0 comments on commit e3b80aa

Please sign in to comment.