Skip to content

Commit 04b45bb

Browse files
committed
chore: transfer repo to shelf org
1 parent c892c4a commit 04b45bb

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Vlad Holubiev <[email protected]> (vladholubiev.com)
3+
Copyright (c) Gemshelf Inc. (shelf.io)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
2-
"name": "jest-mongodb",
2+
"name": "@shelf/jest-mongodb",
33
"version": "0.0.0",
44
"description": "Run your tests using Jest & MongoDB in Memory server",
55
"license": "MIT",
6-
"repository": "vladgolubev/jest-mongodb",
6+
"repository": "shelfio/jest-mongodb",
77
"author": {
88
"name": "Vlad Holubiev",
9-
"email": "[email protected]",
10-
"url": "vladholubiev.com"
9+
"email": "[email protected]",
10+
"url": "shelf.io"
1111
},
1212
"engines": {
1313
"node": ">=8"
1414
},
15-
"private": true,
1615
"scripts": {
1716
"lint": "eslint . --fix",
1817
"test": "jest"
@@ -54,5 +53,8 @@
5453
"prettier --write",
5554
"git add"
5655
]
56+
},
57+
"publishConfig": {
58+
"access": "public"
5759
}
5860
}

0 commit comments

Comments
 (0)