Skip to content

Commit e248bbd

Browse files
fix:use access token (#9)
1 parent b78e4e6 commit e248bbd

22 files changed

+353
-448
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.idea
2+
/.work
23
/node_modules
34
/coverage
45
/lib

__tests__/fixtures/projects.columns.cards.error.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

__tests__/fixtures/projects.columns.cards.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

__tests__/fixtures/projects.columns.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

__tests__/fixtures/projects.get.json

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "test",
3+
"version": "0.0.1"
4+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "test",
3+
"version": "0.0.1",
4+
"scripts": {
5+
"test1": "test1",
6+
"test2": "test2"
7+
}
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "test",
3+
"version": "0.0.1",
4+
"scripts": {
5+
"build": "test1",
6+
"production": "test2",
7+
"prod": "test3"
8+
}
9+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "test",
3+
"version": "0.0.1",
4+
"scripts": {
5+
"production": "test2",
6+
"prod": "test3"
7+
}
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "test",
3+
"version": "0.0.1",
4+
"scripts": {
5+
"prod": "test3"
6+
}
7+
}

0 commit comments

Comments
 (0)