Skip to content

Commit

Permalink
Remove render-server dep from render init
Browse files Browse the repository at this point in the history
Fix #307
  • Loading branch information
tamorim committed Jun 5, 2017
1 parent 97881ee commit 2489b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/init/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const addRenderDeps = (manifest: Manifest): Manifest => {
...manifest,
dependencies: {
...manifest.dependencies,
'vtex.render-server': '0.x',
'vtex.render-runtime': '0.x',
'vtex.render-builder': '0.x',
},
Expand Down

0 comments on commit 2489b82

Please sign in to comment.