Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 1, 2018
1 parent 7c3a524 commit 8e3809c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@namics/tslint-config": "0.1.0",
"@nitro/app": "0.2.0",
"@nitro/exporter": "0.2.0",
"@nitro/gulp": "0.2.0",
"@nitro/gulp": "0.2.1",
"@nitro/webpack": "0.2.0",
"ajv": "6.5.2",
"autoprefixer": "8.6.5",
Expand Down
5 changes: 2 additions & 3 deletions packages/generator-nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-nitro",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "Yeoman generator for the nitro frontend framework",
"license": "MIT",
"repository": "namics/generator-nitro",
Expand All @@ -14,8 +14,7 @@
"lint": "eslint .",
"pretest": "npm run lint",
"test": "jasmine --config=tests/jasmine/support/jasmine.json",
"prepublish": "nsp check --output summary",
"prepublishOnly": "pkg-ok --bin generators/app/templates/project/.githooks/pre-commit generators/app/templates/project/.githooks/post-merge"
"prepublishOnly": "nsp check --output summary"
},
"files": [
"generators/app",
Expand Down
6 changes: 2 additions & 4 deletions packages/nitro-gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nitro/gulp",
"version": "0.2.0",
"version": "0.2.1",
"description": "Nitro gulp",
"license": "MIT",
"author": "The Nitro Team",
Expand All @@ -22,6 +22,7 @@
"gulp"
],
"dependencies": {
"@nitro/app": "0.2.0",
"backstopjs": "3.5.2",
"browser-sync": "2.24.6",
"compression": "1.7.3",
Expand Down Expand Up @@ -58,9 +59,6 @@
"eslint-plugin-import": "2.13.0",
"nsp": "3.2.1"
},
"peerDependencies": {
"@nitro/app": ">=0.2.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 8e3809c

Please sign in to comment.