Skip to content

Commit c3c74ca

Browse files
committed
Rename to gate
1 parent 85a8a21 commit c3c74ca

File tree

2 files changed

+408
-386
lines changed

2 files changed

+408
-386
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "access-control",
3-
"version": "1.0.0",
2+
"name": "gate",
3+
"version": "0.0.1",
44
"main": "src/gate.js",
5+
"repository": "[email protected]:stackkit/gate.git",
6+
"author": "larsvankleef <[email protected]>",
57
"license": "MIT",
68
"scripts": {
79
"test": "jest --coverage",
810
"test:watch": "jest --watch",
911
"test:open": "open coverage/lcov-report/index.html"
1012
},
11-
"dependencies": {
12-
"jest": "^26.1.0"
13+
"devDependencies": {
14+
"jest": "^26.2.2"
1315
}
1416
}

0 commit comments

Comments
 (0)