Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mzlogin committed Oct 26, 2015
1 parent e052b1d commit e30b0ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules node_modules
*.swp
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -3,17 +3,17 @@
"version": "0.0.6", "version": "0.0.6",
"description": "Chinese Copywriting Guidelines", "description": "Chinese Copywriting Guidelines",
"author": "Tunghsiao Liu", "author": "Tunghsiao Liu",
"homepage": "http://github.com/sparanoid/chinese-copywriting-guidelines", "homepage": "http://github.com/mzlogin/chinese-copywriting-guidelines",
"main": "README.md", "main": "README.md",
"scripts": { "scripts": {
"test": "grunt" "test": "grunt"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/sparanoid/chinese-copywriting-guidelines.git" "url": "git://github.com/mzlogin/chinese-copywriting-guidelines.git"
}, },
"bugs": { "bugs": {
"url": "http://github.com/sparanoid/chinese-copywriting-guidelines/issues" "url": "http://github.com/mzlogin/chinese-copywriting-guidelines/issues"
}, },
"license": "WTFPL", "license": "WTFPL",
"keywords": [ "keywords": [
Expand All @@ -24,10 +24,10 @@
"readmeFilename": "README.md", "readmeFilename": "README.md",
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-bump": "^0.3.1", "grunt-bump": "^0.6.1",
"grunt-conventional-changelog": "^4.0.0", "grunt-conventional-changelog": "^4.0.0",
"grunt-npm": "0.0.2", "grunt-npm": "0.0.2",
"matchdep": "^0.3.0" "matchdep": "^1.0.0"
}, },
"contributors": [ "contributors": [
"Jason Lee <huacnlee@gmail.com>", "Jason Lee <huacnlee@gmail.com>",
Expand Down

0 comments on commit e30b0ab

Please sign in to comment.