0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

add motion.js

This commit is contained in:
Richard Harris 2018-12-31 13:36:04 -05:00
parent 11e5bed175
commit 9c6d81945d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ node_modules
/internal.*
/store.js
/easing.js
/motion.js
/transition.js
/scratch/
/coverage/

View File

@ -68,7 +68,7 @@ export default [
},
// runtime API
...['index', 'store', 'easing', 'transition'].map(name => ({
...['index', 'store', 'easing', 'motion', 'transition'].map(name => ({
input: `${name}.mjs`,
output: {
file: `${name}.js`,