Skip to content

Commit

Permalink
Add missing ReactMotion script
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Jan 9, 2018
1 parent 8519d0d commit ab8cd8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
"react": "React",
"react-dom": "ReactDOM",
"react-motion": "ReactMotion"
}
},
"include": [
"https://unpkg.com/react/umd/react.production.min.js",
"https://unpkg.com/react-dom/umd/react-dom.production.min.js",
"https://unpkg.com/react-motion/build/react-motion.js"
]
},
"scripts": {
"build": "scripts/build.js",
Expand Down

0 comments on commit ab8cd8f

Please sign in to comment.