updating package.json
This commit is contained in:
parent
61c6602918
commit
7ad7ee9c72
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
||||
"name": "@73kus/err",
|
||||
"version": "0.0.1",
|
||||
"description": "Simple but pretty error pages for statis serving, e.g. with nginx",
|
||||
"homepage": "https://git.73k.us",
|
||||
"name": "@73kus/custom-rainbow-error-pages",
|
||||
"version": "0.0.2",
|
||||
"description": "Simple but pretty unicorn rainbow error pages for webserver 40x/50x HTTP errors",
|
||||
"homepage": "https://git.73k.us/73kus-err.git",
|
||||
"browserslist": [
|
||||
"last 2 versions",
|
||||
"> 5%"
|
||||
|
@ -66,7 +66,7 @@
|
|||
"private": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.73k.us:73kus-err.git"
|
||||
"url": "github:apiontek/73kus-err"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config configuration/webpack.dev.config.js --mode=development",
|
||||
|
|
Loading…
Reference in a new issue