@react-spring/animated
Advanced tools
Comparing version 9.0.0-beta.17 to 9.0.0-beta.18
{ | ||
"name": "@react-spring/animated", | ||
"version": "9.0.0-beta.17", | ||
"version": "9.0.0-beta.18", | ||
"description": "Animated component props for React", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"@babel/runtime": "^7.3.1", | ||
"@react-spring/shared": "^9.0.0-beta.17", | ||
"@react-spring/shared": "^9.0.0-beta.18", | ||
"tslib": "^1.9.3" | ||
@@ -37,0 +37,0 @@ }, |
const fs = require('fs') | ||
const path = require('path') | ||
const mkdir = name => fs.existsSync(name) && fs.mkdirSync(name) | ||
const mkdir = name => fs.existsSync(name) || fs.mkdirSync(name) | ||
@@ -5,0 +5,0 @@ process.chdir(__dirname) |
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