react-tilty
Advanced tools
Comparing version 2.0.3-beta.2 to 2.0.3
{ | ||
"name": "react-tilty", | ||
"version": "2.0.3-beta.2", | ||
"version": "2.0.3", | ||
"description": "A React port of the JS component tilt.js", | ||
@@ -11,4 +11,8 @@ "source": "src/index.js", | ||
"scripts": { | ||
"start": "microbundle watch --jsx React.createElement", | ||
"build": "microbundle build --jsx React.createElement" | ||
"build": "microbundle build --jsx React.createElement", | ||
"start": "concurrently \"npm:dev*\"", | ||
"dev:component": "microbundle watch --jsx React.createElement", | ||
"dev:example": "(cd example && npm start)", | ||
"setup": "npm i && npm link && cd example && npm i && npm link react-tilty", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -18,2 +22,5 @@ "author": { | ||
}, | ||
"contributors": [ | ||
"Chris Sandvik" | ||
], | ||
"keywords": [ | ||
@@ -33,2 +40,3 @@ "react", | ||
"devDependencies": { | ||
"concurrently": "^6.0.0", | ||
"eslint": "^7.23.0", | ||
@@ -42,3 +50,4 @@ "eslint-config-airbnb": "^18.2.1", | ||
"microbundle": "^0.13.0", | ||
"prettier": "^2.2.1" | ||
"prettier": "^2.2.1", | ||
"react-dom": "^17.0.2" | ||
}, | ||
@@ -45,0 +54,0 @@ "peerDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
80353
2
11