html-react-parser
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.6.3"></a> | ||
## [0.6.3](https://github.com/remarkablemark/html-react-parser/compare/v0.6.2...v0.6.3) (2019-03-19) | ||
### Bug Fixes | ||
* **typescript:** test.tsx after dtslint run ([38e6bba](https://github.com/remarkablemark/html-react-parser/commit/38e6bba)) | ||
<a name="0.6.2"></a> | ||
@@ -7,0 +17,0 @@ ## [0.6.2](https://github.com/remarkablemark/html-react-parser/compare/v0.6.1...v0.6.2) (2019-03-07) |
{ | ||
"name": "html-react-parser", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "An HTML to React parser.", | ||
"author": "Mark <mark@remarkablemark.org>", | ||
"main": "index.js", | ||
"types": "types", | ||
"scripts": { | ||
"benchmark": "node benchmark", | ||
"build": "npm run clean && npm run build:min && npm run build:unmin", | ||
"build:min": "NODE_ENV=production webpack -o dist/html-react-parser.min.js", | ||
"build:unmin": "NODE_ENV=development webpack -o dist/html-react-parser.js", | ||
"clean": "rm -rf dist", | ||
"build:min": "cross-env NODE_ENV=production webpack -o dist/html-react-parser.min.js", | ||
"build:unmin": "cross-env NODE_ENV=development webpack -o dist/html-react-parser.js", | ||
"clean": "rimraf dist", | ||
"cover": "istanbul cover _mocha -- -R spec \"test/**/*\"", | ||
@@ -17,2 +18,3 @@ "coveralls": "cat coverage/lcov.info | coveralls", | ||
"lint:fix": "npm run lint -- --fix", | ||
"dtslint": "dtslint types", | ||
"prepublishOnly": "npm run build", | ||
@@ -44,4 +46,7 @@ "release": "standard-version --no-verify", | ||
"@commitlint/config-conventional": "^7.1.2", | ||
"@types/react": "16.8.8", | ||
"benchmark": "2.1.4", | ||
"coveralls": "^3.0.2", | ||
"cross-env": "5.2.0", | ||
"dtslint": "0.5.5", | ||
"eslint": "^5.10.0", | ||
@@ -56,2 +61,3 @@ "eslint-plugin-prettier": "^3.0.0", | ||
"react-dom": "^16", | ||
"rimraf": "2.6.3", | ||
"standard-version": "^4.4.0", | ||
@@ -66,5 +72,6 @@ "webpack": "^4.27.1", | ||
"dist", | ||
"lib" | ||
"lib", | ||
"types/index.d.ts" | ||
], | ||
"license": "MIT" | ||
} |
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
122867
12
776
20