Skip to content

Commit 3f3c7fa

Browse files
committed
update namespace
1 parent bc91b53 commit 3f3c7fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@clay/vueify",
2+
"name": "@claycms/vueify",
33
"version": "9.4.2",
44
"description": "Vue component transform for Browserify",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/vuejs/vueify"
8+
"url": "https://github.com/clay/vueify"
99
},
1010
"keywords": [
1111
"vue",
@@ -14,12 +14,12 @@
1414
"author": "Evan You",
1515
"license": "MIT",
1616
"bugs": {
17-
"url": "https://github.com/vuejs/vueify/issues"
17+
"url": "https://github.com/clay/vueify/issues"
1818
},
1919
"scripts": {
2020
"test": "eslint index.js lib && mocha test/test.js --slow=5000 --timeout=10000"
2121
},
22-
"homepage": "https://github.com/vuejs/vueify",
22+
"homepage": "https://github.com/clay/vueify",
2323
"dependencies": {
2424
"chalk": "^1.1.1",
2525
"convert-source-map": "^1.2.0",

0 commit comments

Comments
 (0)