Comparing version 1.7.2 to 1.7.3
{ | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"files": [ | ||
@@ -14,12 +15,10 @@ "dist", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build:cjs": "tsc", | ||
"build:esm": "tsc --module es2015 --outDir dist/esm", | ||
"test": "tsdx test --notify --verbose", | ||
"lint": "tsdx lint", | ||
"prepack": "tsc" | ||
"prepack": "yarn build", | ||
"prepare": "husky install" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
} | ||
}, | ||
"importSort": { | ||
@@ -54,3 +53,2 @@ ".ts": { | ||
], | ||
"module": "dist/superjson.esm.js", | ||
"repository": { | ||
@@ -66,6 +64,6 @@ "type": "git", | ||
"eslint-plugin-es5": "^1.5.0", | ||
"husky": "^4.3.8", | ||
"husky": "^5.0.9", | ||
"mongodb": "^3.6.4", | ||
"tsdx": "^0.14.1", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.1.5" | ||
}, | ||
@@ -72,0 +70,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193577
107
3931
2