This commit is contained in:
Kevin Sawicki 2015-12-10 10:44:11 -08:00
Родитель 065887e712
Коммит 49b6e5bcac
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -11,6 +11,7 @@
},
"private": true,
"scripts": {
"preinstall": "node -e 'process.exit(0)'"
"preinstall": "node -e 'process.exit(0)'",
"test": "python ./script/test.py"
}
}