set private to true in package.json. We don't need to publish on npm

This commit is contained in:
Mads Rasmussen
2018-10-11 14:50:34 +02:00
parent e390d28e29
commit 6071be79be

View File

@@ -1,4 +1,5 @@
{
"private": true,
"scripts": {
"test": "karma start test/config/karma.conf.js --singlerun",
"build": "gulp"