Comparing version 0.1.2 to 0.1.3
@@ -10,4 +10,3 @@ { | ||
"devDependencies": { | ||
"react-scripts": "0.9.5", | ||
"react-tilt": "^0.1.1" | ||
"react-scripts": "0.9.5" | ||
}, | ||
@@ -14,0 +13,0 @@ "scripts": { |
import React, { Component } from 'react'; | ||
import './App.css'; | ||
import Tilt from 'react-tilt'; | ||
// import Tilt from 'react-tilt'; | ||
import Tilt from '../../dist/tilt.js' | ||
@@ -5,0 +6,0 @@ class App extends Component { |
{ | ||
"name": "react-tilt", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Tilt for react.js", | ||
@@ -15,6 +15,6 @@ "main": "dist/tilt.js", | ||
"bugs": { | ||
"url": "https://github.com/jonathandion/react-tilt" | ||
"url": "https://github.com/jonathandion/react-tilt/issues" | ||
}, | ||
"scripts": { | ||
"publish": "babel ./src --out-dir ./dist --presets=es2015,react" | ||
"build": "babel ./src --out-dir ./dist" | ||
}, | ||
@@ -27,5 +27,6 @@ "dependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-preset-env": "^1.4.0", | ||
"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
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
380
1643365
4
17