-
-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69346a0
commit c498a22
Showing
2 changed files
with
13 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"homepage": "https://github.com/rollup/plugins/tree/master/packages/wasm/#readme", | ||
"bugs": "https://github.com/rollup/plugins/issues", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
|
@@ -21,9 +22,9 @@ | |
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
"ci:test": "pnpm run test -- --verbose", | ||
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package", | ||
"lint:docs": "prettier --single-quote --write README.md", | ||
"lint:docs": "prettier --write README.md", | ||
"lint:js": "eslint --fix --cache src test --ext .js,.ts", | ||
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package", | ||
"lint:package": "prettier --write package.json", | ||
"prebuild": "del-cli dist", | ||
"prepare": "pnpm run build", | ||
"prepublishOnly": "pnpm run lint", | ||
|
@@ -50,12 +51,16 @@ | |
"rollup": "^1.20.0 || ^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^4.1.1", | ||
"del-cli": "^3.0.0", | ||
"rollup": "^2.0.0", | ||
"@rollup/plugin-typescript": "^5.0.2", | ||
"del-cli": "^3.0.1", | ||
"rollup": "^2.23.0", | ||
"source-map": "^0.7.3" | ||
}, | ||
"types": "types/index.d.ts", | ||
"ava": { | ||
"babel": { | ||
"compileEnhancements": false | ||
}, | ||
"files": [ | ||
"!**/fixtures/**", | ||
"!**/helpers/**", | ||
|
@@ -66,7 +71,5 @@ | |
"contributors": [ | ||
"Jamen Marz <[email protected]>", | ||
"Colin Eberhardt <[email protected]>" | ||
], | ||
"module": "dist/index.es.js", | ||
"types": "types/index.d.ts" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.