2 Commits

Author SHA1 Message Date
841c8aa114 0.0.2 2016-02-20 05:09:08 +01:00
6ccfcb3bbe add second npm version 2016-02-20 05:09:01 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 'v4.2.6'
- 'stable' - 'stable'
deploy: deploy:
provider: npm provider: npm

View File

@ -1,6 +1,6 @@
{ {
"name": "projectinfo", "name": "projectinfo",
"version": "0.0.1", "version": "0.0.2",
"description": "gather information about projects. supports npm, git etc.", "description": "gather information about projects. supports npm, git etc.",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {