Skip to content

Commit

Permalink
Chore: Bump to 2.0.0 and new module name on npm
Browse files Browse the repository at this point in the history
Chore: Bump to 2.0.0 and new module name on npm
  • Loading branch information
NicolasRitouet committed Dec 13, 2016
1 parent 0d70ba1 commit f49cb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deployd-cli

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deployd/deployd)
[![Current Version](https://img.shields.io/npm/v/dpd-cli.svg?style=flat-square)](https://www.npmjs.org/package/dpd-cli)
[![Current Version](https://img.shields.io/npm/v/deployd-cli.svg?style=flat-square)](https://www.npmjs.org/package/deployd-cli)
[![Build Status](https://img.shields.io/travis/deployd/deployd-cli.svg?style=flat-square)](http://travis-ci.org/deployd/deployd-cli)

> The [Deployd](http://www.deployd.com) Command Line Interface
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "dpd-cli",
"version": "0.0.2",
"name": "deployd-cli",
"version": "2.0.0",
"license": "MIT",
"description": "The deployd command line interface",
"repository": {
"url": "git://github.com/deployd/deployd-cli.git"
},
"engines": {
"node": ">= 0.12.0"
"node": ">= 4"
},
"dependencies": {
"commander": "^2.2.0",
Expand Down

0 comments on commit f49cb89

Please sign in to comment.