react-typing-animation
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "react-typing-animation", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Adam King https://github.com/adamjking3", | ||
@@ -18,4 +18,6 @@ "homepage": "https://adamjking3.github.io/react-typing-animation-example/", | ||
"scripts": { | ||
"build": "mkdir -p ./dist && NODE_ENV=production babel ./src --out-dir ./dist", | ||
"build:example": "npm run clean && webpack --progress --config ./example/webpack.config.js", | ||
"build": | ||
"mkdir -p ./dist && NODE_ENV=production babel ./src --out-dir ./dist", | ||
"build:example": | ||
"npm run clean && webpack --progress --config ./example/webpack.config.js", | ||
"clean": "rimraf ./example/build/* && npm run lint", | ||
@@ -72,11 +74,6 @@ "lint": "eslint --ignore-path .gitignore .", | ||
"babel": { | ||
"presets": [ | ||
"react-app" | ||
] | ||
"presets": ["react-app"] | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"prettier" | ||
] | ||
"extends": ["react-app", "prettier"] | ||
}, | ||
@@ -89,6 +86,3 @@ "prettier": { | ||
}, | ||
"eslintIgnore": [ | ||
"dist", | ||
"example/build" | ||
] | ||
"eslintIgnore": ["dist", "example/build"] | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
6127450
35
1324