Browse Source

Update the npm package so that people downloading it get a message

Josh Engebretson 10 years ago
parent
commit
2c745aca40
2 changed files with 8 additions and 3 deletions
  1. 3 1
      CLI/cli.js
  2. 5 2
      CLI/package.json

+ 3 - 1
CLI/cli.js

@@ -1,2 +1,4 @@
+#!/usr/bin/env node
+"use strict";
 
- console.print("hello");
+ console.log("\n\nThe atomic-cli is currently in development, please see http://www.AtomicGameEngine.com for details\n\n");

+ 5 - 2
CLI/package.json

@@ -16,10 +16,13 @@
     "node": ">=0.8.0"
   },
   "homepage": "http://www.AtomicGameEngine.com",
-  "license": "Atomic Game Engine EULA",
+   "licenses": [{
+    "type": "Atomic Game Engine",
+    "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
+  }],
   "main": "index.js",
   "name": "atomic-cli",
   "preferGlobal": true,
   "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
-  "version": "0.2.1"
+  "version": "0.2.4"
 }