email-misspelled
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,3 +6,3 @@ { | ||
"scripts": { | ||
"dev": "webpack-dev-server --mode development --config webpack.dev.js", | ||
"dev": "webpack-dev-server --mode development --config webpack.dev.ts", | ||
"test:ci": "yarn jest --config=./tests/jest.config.js", | ||
@@ -13,3 +13,3 @@ "test:watch": "yarn jest --config=./tests/jest.config.js --verbose --watchAll", | ||
"build:all": "rimraf ./lib && yarn build:lib && yarn build:types", | ||
"build:lib": "webpack --config webpack.config.js", | ||
"build:lib": "webpack --config webpack.config.ts", | ||
"build:types": "tsc", | ||
@@ -25,3 +25,3 @@ "prepublishOnly": "yarn test:ci && yarn build:all" | ||
"type": "git", | ||
"url": "git+https://github.com/Julien-Amblard/email-misspelled.git" | ||
"url": "git+https://github.com/sl-julienamblard/email-misspelled.git" | ||
}, | ||
@@ -31,3 +31,3 @@ "author": { | ||
"email": "amblard.julien@gmail.com", | ||
"url": "https://github.com/Julien-Amblard" | ||
"url": "https://github.com/sl-julienamblard" | ||
}, | ||
@@ -59,2 +59,3 @@ "license": "MIT", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@types/jest": "^26.0.0", | ||
"@types/webpack": "^4.41.7", | ||
@@ -75,3 +76,4 @@ "babel-jest": "^24.9.0", | ||
}, | ||
"version": "2.1.1" | ||
"dependencies": {}, | ||
"version": "2.1.2" | ||
} |
@@ -10,3 +10,3 @@ # email-misspelled | ||
[![npm](https://img.shields.io/npm/v/email-misspelled.svg?style=flat-square)](https://www.npmjs.com/package/email-misspelled) | ||
[![npm](https://img.shields.io/npm/l/email-misspelled.svg?style=flat-square)](https://github.com/Julien-Amblard/email-misspelled/blob/master/LICENSE) | ||
[![npm](https://img.shields.io/npm/l/email-misspelled.svg?style=flat-square)](https://github.com/sl-julienamblard/email-misspelled/blob/master/LICENSE) | ||
@@ -13,0 +13,0 @@ --- |
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
13920
23