Skip to content

Commit 861ac2a

Browse files
author
Subrat
committed
Merge branch 'release/1.0.3'
* release/1.0.3: Changed version in package.json from 1.0.2 to 1.0.3 and build
2 parents 32d0f78 + 8dea5c1 commit 861ac2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-fusioncharts",
3-
"version": "1.0.2-rc.5",
3+
"version": "1.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/fusioncharts/angular2-fusioncharts"
@@ -31,7 +31,7 @@
3131
"bugs": {
3232
"url": "https://github.com/fusioncharts/angular2-fusioncharts/issues"
3333
},
34-
"main": "bundles/npm-module-seed.umd.min.js",
34+
"main": "dist/index.js",
3535
"module": "index.js",
3636
"typings": "index.d.ts",
3737
"dependencies": {

package-dist.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-fusioncharts",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/fusioncharts/angular2-fusioncharts"
@@ -31,7 +31,7 @@
3131
"bugs": {
3232
"url": "https://github.com/fusioncharts/angular2-fusioncharts/issues"
3333
},
34-
"main": "bundles/npm-module-seed.umd.min.js",
34+
"main": "dist/index.js",
3535
"module": "index.js",
3636
"typings": "index.d.ts",
3737
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-fusioncharts",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)