Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
[npm] rename
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 14, 2016
1 parent 5caa197 commit 9fb16dd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This simple CLI has several tasks that plugin devs can run from to easily debug,
See the [docs](docs) directory for more info.

```sh
$ plugin-helper help
$ plugin-helpers help

Usage: plugin-helper [options] [command]
Usage: plugin-helpers [options] [command]


Commands:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "kibana-plugin-helpers",
"name": "@elastic/plugin-helpers",
"version": "5.0.0-beta1",
"description": "Just some helpers for kibana plugin devs.",
"main": "index.js",
"main": "bin/plugin-helpers.js",
"bin": {
"plugin-helper": "bin/plugin-helper.js"
"plugin-helpers": "bin/plugin-helpers.js"
},
"keywords": [
"kibana",
Expand All @@ -17,18 +17,19 @@
},
"dependencies": {
"@elastic/eslint-config-kibana": "0.0.2",
"babel-eslint": "4.1.8",
"commander": "^2.9.0",
"eslint": "1.10.3",
"eslint-plugin-mocha": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-zip": "3.1.0",
"vinyl-fs": "2.3.1"
},
"directories": {
"doc": "docs"
},
"devDependencies": {},
"devDependencies": {
"eslint": "1.10.3",
"babel-eslint": "4.1.8",
"eslint-plugin-mocha": "1.1.0",
},
"repository": {
"type": "git",
"url": "git+https://github.com/spalger/kibana-plugin-helpers.git"
Expand Down

0 comments on commit 9fb16dd

Please sign in to comment.