Skip to content

Commit c5a46db

Browse files
committed
Fix readme build error
1 parent 3ed6fc2 commit c5a46db

File tree

4 files changed

+69
-25
lines changed

4 files changed

+69
-25
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: true,
3-
version: '0.13.1'
3+
version: '0.13.2'
44
};

package-lock.json

+64-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pioneer-charts",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve pioneer-charts-dev",
@@ -41,7 +41,7 @@
4141
"@angular/cli": "~6.0.0",
4242
"@angular/compiler-cli": "^6.0.0",
4343
"@angular/language-service": "^6.0.0",
44-
"@pioneer-code/pioneer-charts": "^0.13.1",
44+
"@pioneer-code/pioneer-charts": "^0.13.2",
4545
"@ryancavanaugh/prismjs": "^1.4.3-alpha",
4646
"@types/d3": "^5.0.0",
4747
"@types/jasmine": "~2.8.6",
@@ -51,7 +51,7 @@
5151
"chalk": "^2.4.1",
5252
"codelyzer": "~4.2.1",
5353
"copyfiles": "^2.0.0",
54-
"cpy": "^6.0.0",
54+
"cpy": "^7.0.0",
5555
"d3": "^5.1.0",
5656
"font-awesome": "^4.7.0",
5757
"jasmine-core": "~2.99.1",

projects/pcac/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/PioneerCode/pioneer-charts"
2424
},
25-
"version": "0.13.1",
25+
"version": "0.13.2",
2626
"license": "MIT",
2727
"peerDependencies": {
2828
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",

0 commit comments

Comments
 (0)