Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Jun 17, 2018
1 parent 3f90ada commit 6fb3422
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
12 changes: 5 additions & 7 deletions packages/angular-skyhook-card-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-skyhook-card-list",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"typings": "./dist/angular-skyhook-card-list.d.ts",
"main": "./dist/bundles/angular-skyhook-card-list.umd.js",
"module": "./dist/fesm5/angular-skyhook-card-list.js",
Expand All @@ -23,8 +23,8 @@
}
},
"peerDependencies": {
"@angular/core": ">= 5.0.0",
"@angular/common": ">= 5.0.0",
"@angular/core": ">= 5.0.0",
"angular-skyhook": "^1.0.0",
"rxjs": ">= 5.5.0"
},
Expand All @@ -33,19 +33,17 @@
"build": "node ngp.js",
"prepare": "yarn run clean && yarn run build",
"lint": "tslint --config tslint.json src/**/*.ts",
"docs": "typedoc ./src",
"private__preversion": "yarn run build",
"private__postversion": "yarn publish dist"
"docs": "typedoc ./src"
},
"license": "MIT",
"devDependencies": {
"angular-skyhook": "1.0.0",
"@angular/cli": "6.0.8",
"@angular/common": "^6.0.4",
"@angular/compiler": "^6.0.4",
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "^6.0.4",
"@angular/common": "^6.0.4",
"@angular/language-service": "^6.0.4",
"angular-skyhook": "^1.0.3",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
"ng-packagr": "^3.0.1",
Expand Down
8 changes: 3 additions & 5 deletions packages/angular-skyhook-multi-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "angular-skyhook-multi-backend",
"private": false,
"version": "0.0.1",
"version": "1.0.3",
"typings": "./dist/angular-skyhook-multi-backend.d.ts",
"main": "./dist/bundles/angular-skyhook-multi-backend.umd.js",
"module": "./dist/fesm5/angular-skyhook-multi-backend.js",
Expand Down Expand Up @@ -42,18 +42,16 @@
"build": "node ngp.js",
"prepare": "yarn run clean && yarn run build",
"lint": "tslint --config tslint.json src/**/*.ts",
"docs": "typedoc ./src",
"preversion": "yarn run build",
"postversion": "yarn publish dist"
"docs": "typedoc ./src"
},
"license": "MIT",
"devDependencies": {
"angular-skyhook": "1.0.0",
"@angular/cli": "6.0.8",
"@angular/compiler": "^6.0.4",
"@angular/compiler-cli": "^6.0.4",
"@angular/core": "^6.0.4",
"@angular/language-service": "^6.0.4",
"angular-skyhook": "^1.0.3",
"camelcase": "^4.1.0",
"glob": "^7.1.2",
"ng-packagr": "^3.0.1",
Expand Down
6 changes: 2 additions & 4 deletions packages/angular-skyhook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-skyhook",
"private": false,
"version": "1.0.0",
"version": "1.0.3",
"typings": "./dist/angular-skyhook.d.ts",
"main": "./dist/bundles/angular-skyhook.umd.js",
"module": "./dist/fesm5/angular-skyhook.js",
Expand Down Expand Up @@ -38,9 +38,7 @@
"build": "node ngp.js",
"lint": "tslint --config tslint.json src/**/*.ts",
"docs": "typedoc ./src",
"prepare": "yarn run clean && yarn run build",
"preversion": "yarn run build",
"postversion": "yarn publish dist"
"prepare": "yarn run clean && yarn run build"
},
"license": "MIT",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "1.0.0",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -23,12 +23,12 @@
"@angular/platform-browser": "^6.0.4",
"@angular/platform-browser-dynamic": "^6.0.4",
"@angular/router": "^6.0.4",
"angular-skyhook": "^1.0.3",
"angular-skyhook-card-list": "^0.0.2",
"angular-skyhook-multi-backend": "^1.0.3",
"core-js": "^2.5.4",
"dnd-multi-backend": "^3.1.0",
"faker": "^4.1.0",
"angular-skyhook": "1.0.0",
"angular-skyhook-card-list": "0.0.1",
"angular-skyhook-multi-backend": "0.0.1",
"immutability-helper": "^2.7.0",
"react-dnd-html5-backend": "^2.5.3",
"react-dnd-mouse-backend": "^0.1.1",
Expand Down

0 comments on commit 6fb3422

Please sign in to comment.