Skip to content

Commit

Permalink
feat(cli): Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Feb 23, 2018
1 parent 2a118f4 commit 9ea40d4
Show file tree
Hide file tree
Showing 51 changed files with 7 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,6 @@
{
"name": "patternlab-node-cli",
"description": "Command-line interface (CLI) for the patternlab-node core.",
"name": "@pattern-lab/cli",
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
"version": "0.0.1-alpha.11",
"bin": {
"patternlab": "bin/patternlab.js"
Expand Down Expand Up @@ -31,25 +31,16 @@
"proxyquire": "1.8.0",
"tap": "11.1.0"
},
"files": [
"bin"
],
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"JavaScript"
],
"files": ["bin"],
"keywords": ["Pattern Lab", "Atomic Web Design", "Node", "JavaScript"],
"scripts": {
"lint": "eslint ./{bin,test}",
"test": "tap './test/*.test.js' --reporter spec --timeout=120",
"pretest": "yarn run lint && yarn install"
},
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node-cli.git"
},
"bugs": "https://github.com/pattern-lab/patternlab-node-cli/issues",
"repository":
"https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"license": "MIT",
"engines": {
"node": ">=6.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ea40d4

Please sign in to comment.