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