Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-albinotonnina committed Apr 4, 2020
1 parent b79a4a7 commit 10929e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,17 @@

# albinotonnina.com

## Overview

[www.albinotonnina.com](http://www.albinotonnina.com) source code
[www.albinotonnina.com](http://www.albinotonnina.com) - source code

## Install
$ npm install
`yarn`

## Dev
$ npm run dev
`yarn dev`

## Build
$ npm run build
`yarn build`

## Test
$ npm test

### Test Coverage
$ npm run coverage

### Bundle analysis
$ npm run stats
`yarn test`

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@
"email": "[email protected]",
"url": "http://www.albinotonnina.com"
},
"main": "web.js",
"scripts": {
"prestart": "npm run build",
"start": "node web.js",
"postinstall": "npm run build",
"dev": "webpack-dev-server",
"build": "webpack --mode production",
"test": "jest",
"lint": "eslint ."
"test": "jest"
},
"dependencies": {
"animejs": "^3.1.0",
Expand All @@ -28,7 +23,6 @@
"type": "git",
"url": "[email protected]:albinotonnina/albinotonnina.com.git"
},
"description": "",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
Expand Down Expand Up @@ -56,7 +50,6 @@
"stylelint-config-standard": "^20.0.0",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.0.0",

"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
Expand Down

1 comment on commit 10929e3

@vercel
Copy link

@vercel vercel bot commented on 10929e3 Apr 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.