Skip to content

Commit 2a005eb

Browse files
authored
Merge pull request #42 from ehmicky/feat/upgrade-node-tmp
Upgrade to latest `node-tmp`
2 parents 04aab31 + 3f14431 commit 2a005eb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"url": "git://github.com/benjamingr/tmp-promise.git"
2424
},
2525
"dependencies": {
26-
"tmp": "0.1.0"
26+
"tmp": "^0.2.0"
2727
},
2828
"devDependencies": {
29-
"@types/tmp": "0.1.0",
29+
"@types/tmp": "^0.1.0",
3030
"mocha": "^6.1.4",
3131
"tsd": "^0.7.2"
3232
}

0 commit comments

Comments
 (0)