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)",
|
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
||||||
"name": "@73kus/err",
|
"name": "@73kus/custom-rainbow-error-pages",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Simple but pretty error pages for statis serving, e.g. with nginx",
|
"description": "Simple but pretty unicorn rainbow error pages for webserver 40x/50x HTTP errors",
|
||||||
"homepage": "https://git.73k.us",
|
"homepage": "https://git.73k.us/73kus-err.git",
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
"> 5%"
|
"> 5%"
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
"private": false,
|
"private": false,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@git.73k.us:73kus-err.git"
|
"url": "github:apiontek/73kus-err"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --config configuration/webpack.dev.config.js --mode=development",
|
"build": "webpack --config configuration/webpack.dev.config.js --mode=development",
|
||||||
|
|
Loading…
Reference in a new issue