Require standard@^8.6.0 instead of standard@*

This commit is contained in:
Lukas Geiger 2017-02-27 20:22:46 +01:00 коммит произвёл Lukas Geiger
Родитель cfd4446920
Коммит 62c28a49e0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@
},
"homepage": "https://github.com/lgeiger/node-abi#readme",
"devDependencies": {
"standard": "*",
"standard": "^8.6.0",
"tape": "^4.6.3"
}
}