Skip to content

Commit

Permalink
fix: mark package as side effect free
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 19, 2021
1 parent ea61fd6 commit 268e170
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 500 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"main": "dist/main.js",
"module": "dist/main.mjs",
"types": "dist/main.d.ts",
"sideEffects": false,
"scripts": {
"test": "jest",
"clean": "node scripts/clean.mjs",
Expand All @@ -25,32 +26,33 @@
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "*"
"node-addon-api": "*",
"tslib": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@sapphire/prettier-config": "^1.1.0",
"@sapphire/ts-config": "^2.2.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@sapphire/prettier-config": "^1.1.1",
"@sapphire/ts-config": "^2.2.1",
"@types/bindings": "^1.5.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^5.2.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"node-gyp": "^7.1.2",
"node-gyp": "^8.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"rollup": "^2.45.2",
"rollup": "^2.48.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"standard-version": "^9.2.0",
"standard-version": "^9.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
Expand Down Expand Up @@ -78,7 +80,7 @@
"npm": ">=6"
},
"resolutions": {
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"jest-environment-jsdom": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz",
"jest-jasmine2": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz",
"kind-of": "^6.0.3",
Expand Down
Loading

0 comments on commit 268e170

Please sign in to comment.