Skip to content

Commit

Permalink
Merge pull request #736 from abraham/rollup
Browse files Browse the repository at this point in the history
Rollup 3
  • Loading branch information
abraham authored Feb 6, 2023
2 parents bed14d1 + 9fa23e1 commit f640c70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"homepage": "https://github.com/abraham/reflection#readme",
"devDependencies": {
"pkg-ok": "^3.0.0",
"@types/jest": "^29.1.1",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jest": "^27.0.0",
"jest": "^29.0.0",
"prettier": "^2.0.0",
"rimraf": "^4.1.2",
"rollup": "^2.0.0",
"rimraf": "^4.0.0",
"rollup": "^3.0.0",
"ts-jest": "^29.0.0",
"typescript": "^4.0.0"
},
Expand All @@ -77,14 +77,6 @@
"node"
]
},
"rollup": {
"input": "dist/index.js",
"output": {
"file": "dist/index.umd.cjs",
"format": "umd",
"name": "@abraham/reflection"
}
},
"eslintConfig": {
"root": true,
"parser": "@typescript-eslint/parser",
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js

This file was deleted.

8 changes: 8 additions & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
input: 'dist/index.js',
output: {
file: 'dist/index.umd.cjs',
format: 'umd',
name: '@abraham/reflection',
},
};

0 comments on commit f640c70

Please # to comment.