2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-22 10:08:55 +00:00

add devdep

This commit is contained in:
Max Ogden 2015-04-04 21:19:53 -07:00
parent 5cd01f1358
commit 1d44672807

View File

@ -23,7 +23,9 @@
"plist": "^1.1.0",
"rimraf": "^2.3.2"
},
"devDependencies": {},
"devDependencies": {
"standard": "^3.3.2"
},
"scripts": {
"test": "standard"
}