maguohua 8 jaren geleden
bovenliggende
commit
c904a11c93
2 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 1 1
      COPYING
  2. 3 2
      package.json

+ 1 - 1
COPYING

@@ -1,4 +1,4 @@
-			GNU GENERAL PUBLIC LICENSE
+		GNU GENERAL PUBLIC LICENSE
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.

+ 3 - 2
package.json

@@ -3,6 +3,9 @@
   "version": "1.0.0",
   "description": "",
   "main": "index.js",
+  "author": "cangdu <1264889788@qq.com>",
+  "license": "GPL",
+  "private": true,
   "scripts": {
     "dev": "cross-env NODE_ENV=development supervisor --harmony index.js",
     "test": "echo \"Error: no test specified\" && exit 1",
@@ -14,8 +17,6 @@
     "type": "git",
     "url": "https://github.com/bailicangdu/node-elm"
   },
-  "author": "cangdu",
-  "license": "GPL",
   "dependencies": {
     "babel": "^6.23.0",
     "babel-cli": "^6.24.1",