diff --git a/package.json b/package.json index a0cb866..65a031e 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,17 @@ { "name": "FrontPress", - "version": "1.0.0", + "version": "1.0.1", "description": "Full front-end AngularJS template for WordPress API.", "main": "index.js", - "dependencies": { - "bower": "^1.7.9", - "buffer-to-vinyl": "^1.1.0", - "gulp-concat": "^2.6.0", - "gulp-ng-config": "^1.3.1", - "inquirer": "^1.1.2" + "bin": { + "frontpress": "./tasks/frontpress.js" }, "devDependencies": { + "bower": "^1.7.9", + "inquirer": "^1.1.2", + "gulp-ng-config": "^1.3.1", + "gulp-concat": "^2.6.0", + "buffer-to-vinyl": "^1.1.0", "angular": "^1.5.8", "angular-mocks": "^1.5.8", "angular-ui-router": "^0.3.1", @@ -48,7 +49,7 @@ "url": "git+https://github.com/teles/frontpress.git" }, "author": "", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/teles/frontpress/issues" }, diff --git a/tasks/frontpress.js b/tasks/frontpress.js new file mode 100755 index 0000000..62c7d29 --- /dev/null +++ b/tasks/frontpress.js @@ -0,0 +1,2 @@ +#!/usr/bin/env node +console.log('For now this is just a test to release FrontPress on NPM. Visit https://www.github.com/teles/frontpress'); \ No newline at end of file