2 Commits

Author SHA1 Message Date
af7f47c340 1.0.6 2017-05-28 20:07:04 +02:00
8e6b9b669e add cli.js 2017-05-28 20:07:01 +02:00
2 changed files with 4 additions and 1 deletions

3
dist/cli.js vendored Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true'
var index = require("../dist/index.js");

View File

@ -1,6 +1,6 @@
{ {
"name": "npmg", "name": "npmg",
"version": "1.0.5", "version": "1.0.6",
"description": "setup your environment with the most important tools and update them easily.", "description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",