Skip to content

Commit

Permalink
chore(dependencies): Updated critical NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlinat committed Sep 1, 2021
1 parent 4b4b5fb commit c95a2f1
Show file tree
Hide file tree
Showing 5 changed files with 12,706 additions and 7,942 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
dist/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ $ cd es6-experiments-series-buffons-needle/
...and install the required NPM packages.

```
$ yarn install
$ npm install
```

### Start a Development server

Start a local Web Server.

```
$ yarn dev
$ npm run dev
```

### Build a Production version

Create a Production version of the project.

```
$ yarn build
$ npm run build
```

The _compiled_ version of the project will be available into the `dist` folder.
Expand Down
Loading

0 comments on commit c95a2f1

Please sign in to comment.