Skip to content

Commit

Permalink
feat(pkg): expose mjs format
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 21, 2021
1 parent aec3555 commit 104fe6c
Show file tree
Hide file tree
Showing 2 changed files with 1,299 additions and 3,101 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,26 @@
"repository": "nuxt-contrib/destr",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"bench": "yarn build && node ./bench.js",
"build": "bili src/index.ts",
"build": "siroc build",
"lint": "eslint --ext .ts .",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint"
},
"devDependencies": {
"@hapi/bourne": "^2.0.0",
"@hapi/bourne": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"benchmark": "latest",
"bili": "latest",
"eslint": "latest",
"rollup-plugin-typescript2": "latest",
"secure-json-parse": "^2.1.0",
"secure-json-parse": "latest",
"siroc": "latest",
"standard-version": "latest",
"typescript": "latest"
}
Expand Down
Loading

0 comments on commit 104fe6c

Please sign in to comment.