Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4799f36

Browse files
authoredFeb 15, 2022
Merge pull request #1 from urbn/seriouslysean/urbn-version-bump
Change attribution to URBN, fix urls
2 parents 88f28e5 + 6300210 commit 4799f36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "vue-ssr-build",
3-
"version": "8.0.0-beta.1",
3+
"version": "8.0.0-beta.2",
44
"description": "Vue.js SSR Build Helper",
5-
"author": "matt@brophy.org",
5+
"author": "URBN",
66
"license": "MIT",
77
"engines": {
88
"node": ">=14.15.4",
99
"npm": ">=6.14.10"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/brophdawg11/vue-ssr-build.git"
13+
"url": "git+https://github.com/urbn/vue-ssr-build.git"
1414
},
1515
"scripts": {
1616
"bump": "npm --no-git-tag-version version minor",

0 commit comments

Comments
 (0)
Please sign in to comment.