@sproutsocial/seeds-motion
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -40,11 +40,7 @@ const fs = require('fs'); | ||
makeDir('motion/_generated/').then(() => { | ||
fs.writeFileSync( | ||
'motion/_generated/motion.html', | ||
`<!-- GENERATED BY GULP - DO NOT EDIT -->\n\n<script>window.seedsMotion = ${JSON.stringify( | ||
easings | ||
)};</script>` | ||
); | ||
done(); | ||
}); | ||
fs.writeFileSync( | ||
'dist/tokens.json', | ||
`${JSON.stringify(easings)}` | ||
); | ||
done(); | ||
}) | ||
@@ -51,0 +47,0 @@ ); |
{ | ||
"name": "@sproutsocial/seeds-motion", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"stability": "beta", | ||
@@ -16,4 +16,4 @@ "description": "SEEDS Design System Motion and Animation Values", | ||
"devDependencies": { | ||
"@sproutsocial/seeds-utils": "^0.1.9" | ||
"@sproutsocial/seeds-utils": "^0.1.10" | ||
} | ||
} |
5474
11
48