Skip to content

Commit

Permalink
feat: Remove CJS build step (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
  • Loading branch information
trygve-lie and Trygve Lie authored May 4, 2022
1 parent b1a035c commit 15390ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
3 changes: 0 additions & 3 deletions dist/package.json

This file was deleted.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,14 @@
"dist",
"lib"
],
"main": "./dist/main.js",
"exports": {
"require": "./dist/main.js",
"import": "./lib/main.js"
},
"main": "./lib/main.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "tap --no-check-coverage",
"test:snapshots:update": "tap --snapshot",
"bench": "node benchmark/benchmark.js",
"prepare": "npm run -s build",
"build": "rollup -c"
"bench": "node benchmark/benchmark.js"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
Expand All @@ -55,7 +49,6 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"rollup": "2.71.1",
"@babel/eslint-parser": "7.17.0",
"tap": "16.1.0",
"prettier": "2.6.2",
Expand Down
16 changes: 0 additions & 16 deletions rollup.config.js

This file was deleted.

0 comments on commit 15390ed

Please sign in to comment.