Browse Source

Update package.json with temp license

Michael Bromley 7 years ago
parent
commit
53b04cfc78
2 changed files with 4 additions and 2 deletions
  1. 1 0
      LICENSE.md
  2. 3 2
      package.json

+ 1 - 0
LICENSE.md

@@ -0,0 +1 @@
+(c) Copyright 2018 Michael Bromley, all rights reserved.

+ 3 - 2
package.json

@@ -1,8 +1,9 @@
 {
   "name": "vendure",
-  "version": "1.0.0",
+  "version": "0.0.0",
   "description": "A modern, headless ecommerce framework",
-  "license": "MIT",
+  "private": true,
+  "license": "SEE LICENSE IN LICENSE.md",
   "scripts": {
     "format": "prettier --write \"modules/**/*.ts\"",
     "populate": "ts-node -r tsconfig-paths/register modules/mock-data/populate.ts",