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 15:55:45 +02:00
parent 2e8cf3413a
commit 1978596bb5

View file

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