Skip to content

Commit

Permalink
updated babel7, removed bower, .gitattributes, yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
arturparkhisenko committed Aug 29, 2018
1 parent af83db2 commit 42c3e2a
Show file tree
Hide file tree
Showing 7 changed files with 7,120 additions and 20,938 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

22 changes: 0 additions & 22 deletions .gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ $RECYCLE.BIN/
.vagrant
dist/
tmp/
src/bower_components/
*.min.*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Used latest tools: Gulp, Babel, Webpack, PostCSS
- You must have [nodejs](https://nodejs.org/) (includes [npm](https://www.npmjs.org/)) installed

```sh
$ npm i
npm i
```

This project uses Gulp4 so we should have `gulp-cli` or `npx` (goes with npm v5.3.0+) installed globally to use npm scripts using local gulp:

```sh
$ npm i -g gulp-cli
npm i -g gulp-cli
```

## Usage
Expand Down
Loading

0 comments on commit 42c3e2a

Please sign in to comment.