Skip to content

Commit

Permalink
#147, fixes cherry-pick, updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kael committed Sep 23, 2015
1 parent bb14268 commit e3a0609
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": "neuronjs",
"version": "8.2.7",
"version": "8.3.1",
"description": "Neuron is A Full Feature CommonJS Module Manager, Dependency Graph Handler and Loader for Browsers",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -45,8 +45,8 @@
}
},
"dependencies": {
"async": "^0.9.0",
"fs-extra": "^0.11.0",
"async": "^1.4.0",
"fs-extra": "^0.22.0",
"read-cortex-json": "^3.5.0"
}
}

0 comments on commit e3a0609

Please sign in to comment.