This commit is contained in:
Philipp Kunz 2016-06-25 11:58:38 +02:00
parent 7de38ce050
commit 9f5c7b0ca0

View File

@ -1,6 +1,6 @@
{ {
"name": "npmci", "name": "npmci",
"version": "2.1.60", "version": "2.1.61",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@ -8,7 +8,7 @@
}, },
"scripts": { "scripts": {
"test": "(npmts) && (npm run testVersion)", "test": "(npmts) && (npm run testVersion)",
"testVersion":"node dist/index.js -v" "testVersion": "node dist/index.js -v"
}, },
"repository": { "repository": {
"type": "git", "type": "git",