Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KateKate committed Oct 27, 2015
1 parent bbfb3ae commit 7f9e029
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ To find out more about Slush, check out the [documentation](https://github.com/s

## Change log

#### 0.1.1

* Update dependencies for the slush app.

#### 0.1.0

* Refactoring slushfile in line with ES6.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slush-spa",
"description": "SPA creation",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/KateKate/slush-spa",
"author": {
"name": "Kate Anishkina",
Expand Down Expand Up @@ -29,16 +29,16 @@
"test": "echo \"No tests\""
},
"dependencies": {
"babel": "^5.8.23",
"babel": "^5.8.29",
"gulp": "^3.6.2",
"gulp-conflict": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-conflict": "^0.3.0",
"gulp-install": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-template": "^0.1.1",
"gulp-template": "^3.0.0",
"iniparser": "^1.0.5",
"inquirer": "^0.8.0",
"inquirer": "^0.11.0",
"slush": ">=1.0.0",
"underscore.string": "^2.3.3"
"underscore.string": "^3.2.2"
},
"keywords": [
"slushgenerator"
Expand Down

0 comments on commit 7f9e029

Please sign in to comment.