Skip to content
This repository was archived by the owner on Apr 9, 2018. It is now read-only.

Commit 8ccbcde

Browse files
committed
Merge branch 'master' into ng-module-FESM-build
2 parents 897a1a6 + 2e4248e commit 8ccbcde

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.0.0
6+
7+
### Changed
8+
- bump esri-loader to 1.0.0
9+
510
## 0.1.11
611
### Changed
712
- Removed index.ts as main entry point

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-esri-loader",
3-
"version": "0.1.11",
3+
"version": "1.0.0",
44
"description": "An Angular (2+) service to help you load ArcGIS API for JavaScript Modules",
55
"scripts": {
66
"build": "npm run clean && npm run ngc && npm run rollup && npm run copy",
@@ -9,6 +9,7 @@
99
"ngc": "ngc -p tsconfig.json",
1010
"rollup": "rollup build/angular2-esri-loader.js -o dist/angular2-esri-loader.js",
1111
"prepublish": "npm run build",
12+
"preversion": "npm run test && git add README.md CHANGELOG.md",
1213
"test": "ngc"
1314
},
1415
"repository": {
@@ -27,11 +28,11 @@
2728
},
2829
"homepage": "https://github.com/tomwayson/angular2-esri-loader#readme",
2930
"devDependencies": {
30-
"@angular/compiler": "^4.0.2",
31-
"@angular/compiler-cli": "^4.0.2",
32-
"@angular/core": "^4.0.2",
31+
"@angular/compiler": "^4.1.1",
32+
"@angular/compiler-cli": "^4.1.1",
33+
"@angular/core": "^4.1.1",
3334
"copyfiles": "^1.2.0",
34-
"esri-loader": "^0.3.1",
35+
"esri-loader": "^1.0.0",
3536
"rimraf": "^2.6.1",
3637
"rollup": "^0.41.6",
3738
"rxjs": "^5.3.0",

src/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
"url": "https://github.com/tomwayson/angular2-esri-loader/issues"
1818
},
1919
"homepage": "https://github.com/tomwayson/angular2-esri-loader#readme",
20+
"dependencies": {
21+
"esri-loader": "^1.0.0"
22+
},
2023
"peerDependencies": {
21-
"@angular/core": "^4.0.1",
22-
"esri-loader": "^0.3.1",
24+
"@angular/core": "^4.1.1",
2325
"rxjs": "^5.3.0",
2426
"zone.js": "^0.8.5"
2527
},

0 commit comments

Comments
 (0)