Skip to content
Snippets Groups Projects
Commit 2213ba02 authored by zeke-witter's avatar zeke-witter
Browse files

Un-ignore package.json and sad bucky image

parent fc8a592c
No related branches found
No related tags found
1 merge request!9Standardize and materialize 500, 404, and 403 pages
......@@ -3,9 +3,5 @@ target
.project
.classpath
.idea/
myuw-error-valve/myuw-error-valve.iml
myuw-root-webapp/ROOT.iml
myuw-root-webapp/src/main/webapp/bucky-sad.png
*.iml
node_modules/
package.json
root-parent.iml
myuw-root-webapp/src/main/webapp/bucky-sad.png

4.18 KiB

{
"name": "my-root",
"version": "1.1.7",
"description": "Root context of MyUW. Serves static HTML pages for 500 and 400 level errors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "npm install",
"start": "http-server ./myuw-root-webapp/src/main/webapp/ -p 8080 -c-1"
},
"repository": {
"type": "git",
"url": "git@git.doit.wisc.edu:myuw/my-root.git"
},
"author": "Tim Levett, Zeke Witter",
"license": "ISC",
"devDependencies": {
"http-server": "^0.9.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment