Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fixing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennemargraff committed Feb 1, 2016
1 parent f97160f commit 2a22027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vorlon",
"version": "0.2.0",
"version": "0.2.1",
"description": "vorlon",
"main": "Server/server.js",
"dependencies": {
Expand All @@ -24,10 +24,10 @@
"winston-azure": "0.0.4",
"winston-logs-display": "~0.1.1",
"xmlhttprequest": "~1.7.0",
"http-proxy": "~1.11.2"
"http-proxy": "~1.11.2",
"cors": "^2.7.1"
},
"devDependencies": {
"cors": "^2.7.1",
"gulp": "~3.8.11",
"gulp-concat": "~2.2.0",
"gulp-filter": "~0.4.1",
Expand Down

0 comments on commit 2a22027

Please sign in to comment.