Skip to content

Commit efbbbde

Browse files
author
Danil Moroz
committed
Initial structure
1 parent e8f49b3 commit efbbbde

File tree

9 files changed

+7642
-1
lines changed

9 files changed

+7642
-1
lines changed

.babelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"presets": [
3+
[ "env", { "modules": false } ],
4+
"stage-0",
5+
"react"
6+
]
7+
}

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Directories
2+
node_modules
3+
/lib
4+
build
5+
dist
6+
/develop
7+
8+
### Files
9+
.env

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Directories
2+
src
3+
demo
4+
dist
5+
/develop
6+
7+
### Files
8+
.babelrc
9+
webpack.config.js
10+
tsconfig.json
11+
tslint.json

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# angular-breadcrumbs-light
1+
# Angular-breadcrumbs-light
2+
23
Angular Breadcrumbs customizable and easy to use component & service

0 commit comments

Comments
 (0)