Skip to content

Commit

Permalink
ESM Rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed May 28, 2021
1 parent 226dc01 commit a88a5c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"send": "^0.17.1"
},
"peerDependencies": {
"@hatsy/hatsy": "^2.2.0",
"@hatsy/router": "^2.1.0"
"@hatsy/hatsy": "^2.3.0",
"@hatsy/router": "^2.2.0"
},
"devDependencies": {
"@hatsy/hatsy": "^2.2.0",
"@hatsy/route-match": "^1.3.0",
"@hatsy/router": "^2.1.0",
"@hatsy/hatsy": "^2.3.0",
"@hatsy/route-match": "^1.4.0",
"@hatsy/router": "^2.2.0",
"@jest/globals": "^27.0.1",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@run-z/eslint-config": "^1.2.1",
"@run-z/rollup-helpers": "^1.1.0",
"@run-z/rollup-helpers": "^1.1.1",
"@types/node": "^12.20.13",
"@types/send": "^0.14.7",
"@typescript-eslint/eslint-plugin": "^4.25.0",
Expand All @@ -43,7 +43,7 @@
"jest-junit": "^12.1.0",
"jest-mock": "^27.0.1",
"rollup": "^2.50.2",
"rollup-plugin-flat-dts": "^1.2.1",
"rollup-plugin-flat-dts": "^1.2.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.30.0",
"run-z": "^1.7.2",
Expand All @@ -55,7 +55,7 @@
},
"scripts": {
"all": "run-z build,lint,test",
"build": "run-z +z --then rollup --config ./rollup.config.js",
"build": "run-z +z --then rollup -c",
"ci:all": "run-z all +test/--ci/--runInBand",
"clean": "run-z +z --then shx rm -rf 'index.d.ts?(.map)' dist target",
"doc": "run-z +z --then typedoc",
Expand Down
File renamed without changes.

0 comments on commit a88a5c7

Please sign in to comment.