Skip to content

Commit

Permalink
chore: Package.json cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yvele committed Jan 21, 2017
1 parent ff1d76e commit 35c2ca6
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 65 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config-poosh/.npmignore

This file was deleted.

16 changes: 12 additions & 4 deletions packages/eslint-config-poosh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
"name": "eslint-config-poosh",
"version": "1.1.0",
"description": "ESLint configurations for Poosh",
"repository": "https://github.com/yvele/poosh/tree/master/packages/eslint-config-poosh",
"author": "Merlicco Yves",
"keywords": [
"poosh",
"eslint"
],
"author": "Merlicco Yves",
"license": "MIT",
"homepage": "https://github.com/yvele/poosh/tree/master/packages/eslint-config-poosh",
"bugs": {
"url": "https://github.com/yvele/poosh/issues"
},
"homepage": "https://github.com/yvele/poosh"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvele/poosh"
},
"files": [
"base.json5",
"mocha.json5",
"node.json5"
]
}
2 changes: 0 additions & 2 deletions packages/poosh-cli/.npmignore

This file was deleted.

17 changes: 12 additions & 5 deletions packages/poosh-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,28 @@
"name": "poosh-cli",
"version": "1.2.0",
"description": "Poosh command line interface (cli)",
"repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-cli",
"author": "Merlicco Yves",
"keywords": [
"poosh",
"cli",
"publication",
"publish",
"publisher"
],
"author": "Merlicco Yves",
"license": "MIT",
"homepage": "https://github.com/yvele/poosh/tree/master/packages/poosh-cli",
"bugs": {
"url": "https://github.com/yvele/poosh/issues"
},
"homepage": "https://github.com/yvele/poosh",
"main": "src/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvele/poosh"
},
"files": [
"lib/",
"bin/"
],
"main": "lib/index.js",
"bin": {
"poosh": "./bin/poosh.js"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/poosh-common/.npmignore

This file was deleted.

14 changes: 10 additions & 4 deletions packages/poosh-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@
"name": "poosh-common",
"version": "1.1.0",
"description": "Poosh common utility library (shared with plugins)",
"repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-common",
"author": "Merlicco Yves",
"keywords": [
"poosh"
],
"author": "Merlicco Yves",
"license": "MIT",
"homepage": "https://github.com/yvele/poosh/tree/master/packages/poosh-common",
"bugs": {
"url": "https://github.com/yvele/poosh/issues"
},
"homepage": "https://github.com/yvele/poosh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvele/poosh"
},
"files": [
"lib/"
],
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.4",
Expand Down
2 changes: 0 additions & 2 deletions packages/poosh-core/.npmignore

This file was deleted.

14 changes: 10 additions & 4 deletions packages/poosh-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@
"name": "poosh-core",
"version": "1.2.0",
"description": "Poosh core library",
"repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-core",
"author": "Merlicco Yves",
"keywords": [
"poosh"
],
"author": "Merlicco Yves",
"license": "MIT",
"homepage": "https://github.com/yvele/poosh/tree/master/packages/poosh-core",
"bugs": {
"url": "https://github.com/yvele/poosh/issues"
},
"homepage": "https://github.com/yvele/poosh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvele/poosh"
},
"files": [
"lib/"
],
"main": "lib/index.js",
"dependencies": {
"bluebird": "^3.4.7",
Expand Down
2 changes: 0 additions & 2 deletions packages/poosh-plugin-header-location-from-html/.npmignore

This file was deleted.

19 changes: 11 additions & 8 deletions packages/poosh-plugin-header-location-from-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
"name": "poosh-plugin-header-location-from-html",
"version": "1.1.0",
"description": "Poosh plugin that generates location HTTP headers from HTML content",
"repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-plugin-header-location-from-html",
"author": "Merlicco Yves",
"keywords": [
"poosh",
"poosh-plugin",
"header",
"headers"
"poosh"
],
"author": "Merlicco Yves",
"license": "MIT",
"homepage": "https://github.com/yvele/poosh/tree/master/packages/poosh-plugin-header-location-from-html",
"bugs": {
"url": "https://github.com/yvele/poosh/issues"
},
"homepage": "https://github.com/yvele/poosh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvele/poosh"
},
"files": [
"lib/"
],
"main": "lib/index.js",
"dependencies": {
"cheerio": "^0.22.0"
Expand Down
2 changes: 0 additions & 2 deletions packages/poosh-plugin-s3/.npmignore

This file was deleted.

22 changes: 11 additions & 11 deletions packages/poosh-plugin-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "poosh-plugin-s3",
"version": "1.2.0",
"description": "Poosh plugin that publishes files to AWS S3",
"repository": "https://github.com/yvele/poosh/tree/master/packages/poosh-plugin-s3",
"author": "Merlicco Yves",
"keywords": [
"poosh",
"poosh-plugin",
"s3",
"aws",
"publish",
"publisher",
"sync"
"poosh"
],
"author": "Merlicco Yves",
"license": "MIT",
"homepage": "https://github.com/yvele/poosh/tree/master/packages/poosh-plugin-s3",
"bugs": {
"url": "https://github.com/yvele/poosh/issues"
},
"homepage": "https://github.com/yvele/poosh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvele/poosh"
},
"files": [
"lib/"
],
"main": "lib/index.js",
"dependencies": {
"aws-sdk": "^2.7.27",
Expand Down
2 changes: 0 additions & 2 deletions packages/poosh/.npmignore

This file was deleted.

3 changes: 2 additions & 1 deletion packages/poosh/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# poosh
> Publish and sync local files to some remote endpoint

> Publish local files to virtually any remote endpoint (AWS S3, etc.)
See https://github.com/yvele/poosh
12 changes: 12 additions & 0 deletions packages/poosh/bin/poosh.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env node

console.error([
"You have mistakenly installed the `poosh` package, which is a no-op.",
"Poosh CLI commands is actually the `poosh-cli` package.",
"",
" npm uninstall poosh",
" npm install poosh-cli",
""
].join("\n"));

process.exit(1);
9 changes: 0 additions & 9 deletions packages/poosh/cli.js

This file was deleted.

19 changes: 14 additions & 5 deletions packages/poosh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@
"name": "poosh",
"version": "1.0.4",
"description": "Poosh plugin that publishes files to AWS S3",
"repository": "https://github.com/yvele/poosh/tree/master/packages/poosh",
"keywords": [],
"author": "Merlicco Yves",
"license": "MIT",
"keywords": [
"poosh"
],
"homepage": "https://github.com/yvele/poosh/tree/master/packages/poosh",
"bugs": {
"url": "https://github.com/yvele/poosh/issues"
},
"homepage": "https://github.com/yvele/poosh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvele/poosh"
},
"files": [
"bin/"
],
"main": "bin/poosh.js",
"bin": {
"poosh": "./cli.js"
"poosh": "bin/poosh.js"
}
}

0 comments on commit 35c2ca6

Please sign in to comment.