Skip to content

Commit

Permalink
Fix readme build error
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed May 16, 2018
1 parent 3ed6fc2 commit c5a46db
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const environment = {
production: true,
version: '0.13.1'
version: '0.13.2'
};
84 changes: 64 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pioneer-charts",
"version": "0.13.1",
"version": "0.13.2",
"scripts": {
"ng": "ng",
"start": "ng serve pioneer-charts-dev",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@angular/cli": "~6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@pioneer-code/pioneer-charts": "^0.13.1",
"@pioneer-code/pioneer-charts": "^0.13.2",
"@ryancavanaugh/prismjs": "^1.4.3-alpha",
"@types/d3": "^5.0.0",
"@types/jasmine": "~2.8.6",
Expand All @@ -51,7 +51,7 @@
"chalk": "^2.4.1",
"codelyzer": "~4.2.1",
"copyfiles": "^2.0.0",
"cpy": "^6.0.0",
"cpy": "^7.0.0",
"d3": "^5.1.0",
"font-awesome": "^4.7.0",
"jasmine-core": "~2.99.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/pcac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/PioneerCode/pioneer-charts"
},
"version": "0.13.1",
"version": "0.13.2",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
Expand Down

0 comments on commit c5a46db

Please sign in to comment.