Skip to content

Commit

Permalink
Added ng2-breadcrumbs.d.ts because its needed to import the files int…
Browse files Browse the repository at this point in the history
…o the main project
  • Loading branch information
Taulant committed Sep 23, 2017
1 parent 0a645c7 commit 04df812
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ lib
*.map
ng2-breadcrumbs.d.ts
ng2-breadcrumbs.js
ng2-breadcrumbs.js.map
4 changes: 0 additions & 4 deletions ng2-breadcrumbs.ts

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-breadcrumbs",
"version": "0.1.26",
"version": "0.1.272",
"description": "Breadcrumb generator for Angular 5",
"main": "./ng2-breadcrumbs.js",
"scripts": {
Expand All @@ -19,6 +19,7 @@
"ng",
"Breadcrumbs"
],
"typings": "./ng2-breadcrumbs.d.ts",
"author": "Centroida",
"license": "MIT",
"homepage": "https://github.com/Centroida/ng2-breadcrumb",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"noImplicitAny": true,
"declaration": true,
"typeRoots": [
"../node_modules/@types"
Expand Down

0 comments on commit 04df812

Please sign in to comment.