Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit d3cedf3

Browse files
committed
chore(ui-leaflet-layers): remove unused packages
1 parent 5adab5e commit d3cedf3

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.*
2-
spec/
2+
test/
33
*.json
44
.gitignore
55
travis.yml
@@ -14,4 +14,5 @@ bower_components/
1414
tmp/
1515
.versions
1616
*.coffee
17+
*.es6
1718
dist/coverage/

dist/ui-leaflet-layers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
*
44
* @version: 0.1.2
55
* @author: Michael Salgado <[email protected]>
6-
* @date: Mon Oct 03 2016 19:53:31 GMT-0500 (COT)
6+
* @date: Tue Oct 04 2016 12:23:33 GMT-0500 (COT)
77
* @license: MIT
88
*/
99
(function (window, angular){
1010
'use strict';
11-
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
11+
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
1212

1313
angular.module('ui-leaflet').config(function ($provide) {
1414
return $provide.decorator('leafletHelpers', function ($delegate, leafletLayersLogger) {

dist/ui-leaflet-layers.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui-leaflet-layers.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulp/.githubreleaser.json.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
3+
}

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@
5656
"karma-jasmine": "~1.0.x",
5757
"karma-mocha-reporter": "~2.x",
5858
"karma-phantomjs-launcher": "~1.0.x",
59-
"karma-should": "~1.0.0",
60-
"mocha": "^2.x",
6159
"open": "0.0.5",
62-
"phantomjs": "^1.9.18",
60+
"phantomjs": "^2.1.7",
6361
"require-directory": "^2.x"
6462
},
6563
"dependencies": {

0 commit comments

Comments
 (0)