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

Commit 6d2509d

Browse files
committed
Merge branch 'master' into develop
2 parents 81b0af8 + 91ba469 commit 6d2509d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@ npm-debug.log
44
.webpack.config.js.swp
55
.eslintcache
66

7-
# Dest assets folders
8-
public/css
9-
public/js
10-
117
# Build folder
128
dist/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ before_install:
1010
npm install
1111
npm --version
1212
script:
13-
- npm run lint -s
13+
- npm run lint

0 commit comments

Comments
 (0)