Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template Support #137

Merged
merged 24 commits into from
Aug 20, 2017
Prev Previous commit
Add codesandbox api dependency
  • Loading branch information
Ives van Hoorne committed Aug 20, 2017
commit 43f738c9ae01fd2d8278be4848d1159cb1945697
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"babel-standalone": "^6.25.0",
"base64-loader": "^1.0.0",
"codemirror": "^5.27.4",
"codesandbox-api": "^0.0.3",
"color": "^0.11.4",
"css-modules-loader-core": "^1.1.0",
"cssnano": "^3.10.0",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1973,6 +1973,10 @@ codemirror@^5.27.4:
version "5.28.0"
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.28.0.tgz#2978d9280d671351a4f5737d06bbd681a0fd6f83"

codesandbox-api@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/codesandbox-api/-/codesandbox-api-0.0.3.tgz#369e1eea4b1344f6e7c751ecb0e91c92de88d811"

color-convert@^1.3.0, color-convert@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
Expand Down