Skip to content

Commit be8c76f

Browse files
author
tvillaren
committed
Changing repo references
1 parent 08c297f commit be8c76f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vuexorm-softdelete-plugin",
2+
"name": "@vuex-orm/plugin-soft-delete",
33
"version": "1.1.0",
44
"description": "Vuex ORM plugin adding soft delete capability. Based on an original idea from Conan Crawford.",
55
"author": "Conan Crawford <cj@cjcrawford.com> / Thomas Villaren <tvillaren@gmail.com>",
@@ -59,20 +59,19 @@
5959
},
6060
"repository": {
6161
"type": "git",
62-
"url": "git+https://github.com/vuex-orm/plugin-change-flags.git"
62+
"url": "git+https://github.com/vuex-orm/plugin-soft-delete.git"
6363
},
6464
"keywords": [
6565
"ORM",
6666
"Vuex",
6767
"Vuex",
6868
"ORM",
69-
"isDirty",
70-
"isNew",
69+
"soft-delete",
7170
"change-tracking"
7271
],
7372
"license": "MIT",
7473
"bugs": {
75-
"url": "https://github.com/vuex-orm/plugin-change-flags/issues"
74+
"url": "https://github.com/vuex-orm/plugin-soft-delete/issues"
7675
},
77-
"homepage": "https://github.com/vuex-orm/plugin-change-flags#readme"
76+
"homepage": "https://github.com/vuex-orm/plugin-soft-delete#readme"
7877
}

0 commit comments

Comments
 (0)