Skip to content

Commit

Permalink
revert to using rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 31, 2023
1 parent 57f76fd commit d949fb6
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jan T. Sott",
"license": "MIT",
"type": "module",
"typings": "./types/index.d.ts",
"typings": "./types",
"exports": {
"import": "./lib/wili.mjs"
},
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/idleberg/node-wili.git"
},
"scripts": {
"build": "esbuild src/index.ts --platform=node --outfile=lib/wili.mjs --format=esm",
"build": "rollup -c",
"dev": "npm run start",
"lint:fix": "eslint --fix ./src",
"lint": "eslint ./src",
Expand All @@ -40,14 +40,15 @@
"public transport"
],
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@types/isomorphic-fetch": "^0.0.36",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"esbuild": "^0.17.12",
"eslint": "^8.36.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"rollup": "^3.27.0",
"tslib": "^2.5.0",
"tsm": "^2.3.0",
"typescript": "^5.0.2",
Expand Down
100 changes: 100 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit d949fb6

Please sign in to comment.