Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit 249efd2

Browse files
committed
2.0.1
1 parent 62cf6a6 commit 249efd2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uw-frame",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "MyUW's frame project for creating angular based microservices.",
55
"scripts": {
66
"pretest": "cd uw-frame-components && bower --config.interactive=false install",
@@ -11,7 +11,7 @@
1111
"build-java": "cd uw-frame-java && mvn clean install",
1212
"prebuild-static": "npm install",
1313
"build-static": "cd uw-frame-static && ./build.sh",
14-
"postbuild-static" : "grunt",
14+
"postbuild-static": "grunt",
1515
"predocs": "npm run build-docs",
1616
"docs": "cd docs/target && superstatic",
1717
"jetty": "cd uw-frame-java && mvn jetty:run",
@@ -22,7 +22,7 @@
2222
"clean-uw-frame-java": "cd uw-frame-java && mvn clean",
2323
"clean-uw-frame-static": "rm -rf uw-frame-static/target"
2424
},
25-
"files" : [
25+
"files": [
2626
"uw-frame-components",
2727
"uw-frame-static",
2828
"Gruntfile.js"
@@ -39,20 +39,20 @@
3939
],
4040
"contributors": [
4141
{
42-
"name" : "Tim Levett",
43-
"email" : "tim.levett@wisc.edu"
42+
"name": "Tim Levett",
43+
"email": "tim.levett@wisc.edu"
4444
},
4545
{
46-
"name" : "Timothy Vertein"
46+
"name": "Timothy Vertein"
4747
},
4848
{
49-
"name" : "Jared Hanstra",
50-
"email" : "jared.hanstra@wisc.edu"
49+
"name": "Jared Hanstra",
50+
"email": "jared.hanstra@wisc.edu"
5151
}
5252
],
5353
"license": {
54-
"type" : "Apache-2.0",
55-
"url" : "https://github.com/UW-Madison-DoIT/uw-frame/blob/master/LICENSE"
54+
"type": "Apache-2.0",
55+
"url": "https://github.com/UW-Madison-DoIT/uw-frame/blob/master/LICENSE"
5656
},
5757
"bugs": {
5858
"url": "https://github.com/UW-Madison-DoIT/uw-frame/issues"

0 commit comments

Comments
 (0)