Skip to content

Commit

Permalink
chore(): Adjust release script and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipszczepanski committed Jan 30, 2019
1 parent 7548e5c commit d2c45ef
Show file tree
Hide file tree
Showing 8 changed files with 462 additions and 163 deletions.
380 changes: 302 additions & 78 deletions paperboy-cli/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions paperboy-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy-cli",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"repository": "https://github.com/neoskop/paperboy",
"homepage": "https://neolabs.io",
Expand All @@ -13,8 +13,8 @@
"scripts": {},
"author": "Neoskop GmbH",
"dependencies": {
"@neoskop/paperboy": "1.1.2",
"@neoskop/paperboy-source-magnolia": "1.1.2",
"@neoskop/paperboy": "1.1.3",
"@neoskop/paperboy-source-magnolia": "1.1.3",
"chalk": "2.4.1",
"commander": "2.19.0",
"inquirer": "6.2.1"
Expand Down
2 changes: 1 addition & 1 deletion paperboy-cli/paperboy-cli.js
Expand Up @@ -6,7 +6,7 @@ const Paperboy = require('@neoskop/paperboy').Paperboy;
const program = require('commander');
const PaperboyMagnoliaSource = require('@neoskop/paperboy-source-magnolia');

program.version('1.1.2').description('Paperboy CLI');
program.version('1.1.3').description('Paperboy CLI');

program
.command('build')
Expand Down
2 changes: 1 addition & 1 deletion paperboy-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@neoskop/paperboy",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit d2c45ef

Please sign in to comment.