http-testify
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "http-testify", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Node.js library for testing HTTP servers.", | ||
@@ -35,10 +35,6 @@ "author": "Alok Shete", | ||
], | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"typings": "dist/esm/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"build": "tsc", | ||
"test": "nyc --reporter=lcov --reporter=html mocha --require ts-node/register", | ||
@@ -45,0 +41,0 @@ "test-suite": "yarn test test/**/*.test.ts", |
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
1
48019
17
872