react-simple-tooltip
Advanced tools
Comparing version 1.0.3 to 1.0.4
# Changelog | ||
## 1.0.4 - 2015-07-08 | ||
* Added: webpack build | ||
## 1.0.3 - 2015-07-03 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-simple-tooltip", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A lightweight and simple tooltip component for React", | ||
@@ -25,15 +25,22 @@ "repository": { | ||
"dependencies": { | ||
"babel-runtime": "~5.6.4", | ||
"classnames": "~2.1.2", | ||
"react": "^0.13.1" | ||
"react": "^0.13.3" | ||
}, | ||
"devDependencies": { | ||
"babel": "^5.4.5", | ||
"babel-eslint": "^3.1.5", | ||
"eslint": "^0.21.1", | ||
"eslint-plugin-react": "^2.1.0" | ||
"babel": "~5.6.14", | ||
"babel-core": "~5.6.15", | ||
"babel-eslint": "~3.1.20", | ||
"babel-loader": "~5.1.4", | ||
"css-loader": "~0.15.1", | ||
"eslint": "~0.21.2", | ||
"eslint-loader": "~0.14.0", | ||
"eslint-plugin-react": "~2.6.4", | ||
"node-libs-browser": "~0.5.2", | ||
"style-loader": "~0.12.2", | ||
"webpack": "~1.10.1" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"build": "babel src --out-dir lib --copy-files", | ||
"watch": "npm run build -- --watch", | ||
"build": "webpack --progress --colors --display-modules", | ||
"lint": "eslint src/", | ||
@@ -40,0 +47,0 @@ "prepublish": "npm run clean && npm run build" |
@@ -17,2 +17,6 @@ # react-simple-tooltip | ||
## Demo | ||
http://cedricdelpoux.github.io/react-simple-tooltip/ | ||
## Usage | ||
@@ -108,8 +112,2 @@ | ||
### Watch `src` folder | ||
```js | ||
npm run watch | ||
``` | ||
### Lint `src` folder | ||
@@ -116,0 +114,0 @@ |
Sorry, the diff of this file is too big to display
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
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
178718
625
3
11
5
120
1
+ Addedbabel-runtime@~5.6.4
+ Addedbabel-runtime@5.6.20(transitive)
+ Addedcore-js@0.9.18(transitive)
Updatedreact@^0.13.3