Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 22, 2015
1 parent b9c80fc commit 9352d77
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.2

* Updated dependencies

# 0.2.1

* Updated README
Expand Down
12 changes: 6 additions & 6 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"bugs": "https://github.com/<%= githubUser %>/<%= module %>/issues",
"dependencies": {
"babel-runtime": "^5.8.20"
"babel-runtime": "^5.8.25"
},
"devDependencies": {
"tape": "^4.0.2",
"babel": "^5.8.20",
"glob": "^5.0.14",
"eslint": "^1.1.0",
"babel-eslint": "^4.0.5"
"tape": "^4.2.2",
"babel": "^5.8.23",
"glob": "^5.0.15",
"eslint": "^1.7.3",
"babel-eslint": "^4.1.3"
},
"scripts": {
"prepublish": "npm run compile",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-es2015-module",
"version": "0.2.1",
"version": "0.2.2",
"description": "Yeoman generator for ES2015 modules",
"author": {
"name": "Ry Racherbaumer",
Expand Down Expand Up @@ -30,14 +30,14 @@
"tape"
],
"dependencies": {
"yeoman-generator": "^0.20.2",
"chalk": "^1.1.0",
"yeoman-generator": "^0.21.1",
"chalk": "^1.1.1",
"yosay": "^1.0.5",
"mkdirp": "^0.5.1",
"underscore.string": "^3.1.1",
"underscore.string": "^3.2.2",
"lodash": "^3.10.1"
},
"devDependencies": {
"eslint": "^1.1.0"
"eslint": "^1.7.3"
}
}

0 comments on commit 9352d77

Please sign in to comment.