Comparing version 0.1.0 to 0.1.1
import React, { Component } from 'react'; | ||
import './App.css'; | ||
import Tilt from './tilt'; | ||
// import Tilt from 'react-tilt' | ||
import Tilt from '../../dist/tilt'; | ||
@@ -5,0 +6,0 @@ class App extends Component { |
{ | ||
"name": "react-tilt", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Tilt for react.js", | ||
"main": "tilt.js", | ||
"main": "dist/tilt.js", | ||
"author": "Jonathan Dion <jonathandionalary@gmail.com> (http://jonathandion.com/)", | ||
"license": "MIT", | ||
"keywords": [ | ||
"react", | ||
"parallax", | ||
"tilt", | ||
"hover" | ||
], | ||
"bugs": { | ||
"url": "" | ||
"url": "https://github.com/jonathandion/react-tilt" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"publish": "babel ./src --out-dir ./dist --presets=es2015,react" | ||
}, | ||
"dependencies": { | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1" | ||
} | ||
} |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
377
0
232214
3
16
1