Skip to content

Commit

Permalink
chore(core): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBGod committed Feb 28, 2017
1 parent 850b2b7 commit 1c0e44b
Show file tree
Hide file tree
Showing 18 changed files with 108 additions and 151 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"no-caller": 2,
"no-div-regex": 2,
"no-else-return": 2,
"no-empty-label": 2,
"no-eq-null": 2,
"no-eval": 2,
"no-extend-native": 2,
Expand All @@ -73,7 +72,6 @@
"no-floating-decimal": 2,
"no-implied-eval": 2,
"no-iterator": 2,
"no-labels": 2,
"no-lone-blocks": 2,
"no-loop-func": 2,
"no-multi-spaces": 2,
Expand Down Expand Up @@ -180,8 +178,7 @@
"semi": [2, "always"],
"semi-spacing": 2,
// "sort-vars": [1, { "ignoreCase": true }],
"space-after-keywords": [2, "always" ],
"space-before-blocks": [2, "always"],
"keyword-spacing": [2, "always" ],
"space-in-parens": [2, "never"],
"space-infix-ops": 2,
"space-return-throw-case": 2,
Expand Down
1 change: 0 additions & 1 deletion dist/core/element.directive.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/core/service.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/core/window.directive.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/affix.directive.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/affix.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/index.component.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/index.directive.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/index.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/index.service.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/infinite.directive.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/infinite.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/parallax.directive.metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugin/parallax.metadata.json

This file was deleted.

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@
"description": "Angular2 ScrollSpy Service",
"author": "João Ribeiro <[email protected]> (http://github.com/JonnyBGod)",
"devDependencies": {
"@angular/common": "^2.4.1",
"@angular/compiler": "^2.4.1",
"@angular/compiler-cli": "^2.4.1",
"@angular/core": "^2.4.1",
"@angular/platform-browser": "^2.4.1",
"@angular/platform-browser-dynamic": "^2.4.1",
"@angular/router": "^3.2.3",
"@types/core-js": "^0.9.32",
"@types/jasmine": "^2.2.29",
"@types/node": "6.0.38",
"awesome-typescript-loader": "^2.2.4",
"codelyzer": "0.0.28",
"commitizen": "^2.8.6",
"concurrently": "^2.2.0",
"@angular/common": "^2.4.8",
"@angular/compiler": "^2.4.8",
"@angular/compiler-cli": "^2.4.8",
"@angular/core": "^2.4.8",
"@angular/platform-browser": "^2.4.8",
"@angular/platform-browser-dynamic": "^2.4.8",
"@angular/router": "^3.4.8",
"@types/core-js": "^0.9.35",
"@types/jasmine": "^2.5.43",
"@types/node": "^7.0.5",
"awesome-typescript-loader": "^3.0.8",
"codelyzer": "^2.0.1",
"commitizen": "^2.9.6",
"concurrently": "^3.3.0",
"core-js": "^2.4.1",
"cz-conventional-changelog": "^1.2.0",
"cz-conventional-changelog": "^2.0.0",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.5.1",
"karma": "^1.3.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.1.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"reflect-metadata": "^0.1.3",
"rimraf": "^2.5.2",
"rxjs": "^5.0.1",
"semantic-release": "^6.3.2",
"source-map-loader": "^0.1.5",
"systemjs": "^0.19.38",
"karma-webpack": "^2.0.2",
"reflect-metadata": "^0.1.10",
"rimraf": "^2.6.1",
"rxjs": "^5.0.2",
"semantic-release": "^6.3.6",
"source-map-loader": "^0.1.6",
"systemjs": "^0.20.9",
"ts-helpers": "^1.1.1",
"tslint": "^3.15.1",
"tslint-loader": "^2.1.5",
"typescript": "2.0.2",
"webpack": "^1.13.2",
"zone.js": "^0.7.2"
"tslint": "^4.5.0",
"tslint-loader": "^3.4.2",
"typescript": "^2.2.1",
"webpack": "^2.2.1",
"zone.js": "^0.7.7"
},
"bugs": {
"url": "http://github.com/jonnybgod/ng2-scrollspy/issues"
Expand Down
11 changes: 0 additions & 11 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"spaces"
],
"label-position": true,
"label-undefined": true,
"member-access": false,
"no-arg": true,
"no-bitwise": true,
Expand All @@ -25,7 +24,6 @@
],
"no-construct": true,
"no-debugger": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": false,
"no-eval": true,
Expand All @@ -34,7 +32,6 @@
"no-string-literal": false,
"no-unused-expression": true,
"no-unused-variable": true,
"no-unreachable": true,
"no-use-before-declare": true,
"object-literal-sort-keys": false,
"one-line": [
Expand Down Expand Up @@ -63,14 +60,6 @@
}
],
"variable-name": false,
"directive-selector-type": [
true,
"attribute"
],
"component-selector-type": [
true,
"element"
],
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": false,
Expand Down
Loading

0 comments on commit 1c0e44b

Please sign in to comment.