react-typing-animation
Advanced tools
Comparing version 1.0.3 to 1.0.4
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import { AppContainer } from 'react-hot-loader'; | ||
import ReactDOM from 'react-dom'; // eslint-disable-line import/no-extraneous-dependencies | ||
import { AppContainer } from 'react-hot-loader'; // eslint-disable-line import/no-extraneous-dependencies | ||
@@ -5,0 +5,0 @@ import App from './App'; |
{ | ||
"name": "react-typing-animation", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build": "mkdir -p ./dist && babel ./src/index.js --out-file ./dist/index.js", | ||
"build": "mkdir -p ./dist && babel ./src --out-dir ./dist", | ||
"build:example": "npm run clean && NODE_ENV=production webpack --progress --config ./example/webpack.config.js", | ||
"clean": "rimraf ./example/build/* && npm run lint", | ||
"lint": "eslint --ignore-path .gitignore .; exit 0", | ||
"start": "node ./example/webpack-dev-server.js" | ||
"start": "node ./example/webpack-dev-server.js", | ||
"prepublish": "NODE_ENV=production npm run build" | ||
}, | ||
@@ -12,0 +13,0 @@ "babel": { |
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
23209
18
463