build: mark package.json as private

We do not release a npm package for this repository, the package.json

is solely for CI/build purposes.

Change-Id: I3da11273ff7876e83fdb278a504f9b1589e69991
This commit is contained in:
Antoine Musso 2017-08-01 16:38:17 +02:00
parent 764bffbf73
commit 7d8817280e

View file

@ -1,4 +1,5 @@
{
"private": true,
"scripts": {
"test": "grunt test"
},