Skip to content

Commit

Permalink
Merge pull request #6 from kewah/master
Browse files Browse the repository at this point in the history
Define `tmp` as `dependencies`
  • Loading branch information
Masaaki Morishita committed Aug 12, 2015
2 parents 7a53fb1 + 4584a61 commit 360bd49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -25,10 +25,10 @@
"dependencies": {
"minimist": "^1.1.2",
"postcss": "^4.1.16",
"sort-border-values": "^0.1.1"
"sort-border-values": "^0.1.1",
"tmp": "0.0.26"
},
"devDependencies": {
"tape": "^4.0.2",
"tmp": "0.0.26"
"tape": "^4.0.2"
}
}

0 comments on commit 360bd49

Please sign in to comment.