Skip to content

Commit 34bbed1

Browse files
committed
build: update packages
1 parent 96a3677 commit 34bbed1

File tree

4 files changed

+37
-7
lines changed

4 files changed

+37
-7
lines changed

gistr.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env node
2-
/* eslint-disable @typescript-eslint/no-var-requires */
32

43
/*
54
build gistr by running

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
"version": "1.6.8",
44
"description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services",
55
"author": "Aetherinox",
6-
"main": "main.js",
76
"license": "MIT",
7+
"main": "main.js",
8+
"build": {
9+
"appId": "com.gistr.id"
10+
},
11+
"funding": [
12+
{
13+
"type": "individual",
14+
"url": "https://buymeacoffee.com/aetherinox"
15+
}
16+
],
817
"bugs": {
918
"url": "https://github.com/Aetherinox/obsidian-gistr/issues"
1019
},
@@ -15,18 +24,21 @@
1524
"contributors": [
1625
{
1726
"name": "Aetherinox",
18-
"email": "[email protected]",
19-
"url": "[email protected].github.colasdn.workers.dev"
27+
"email": "[email protected]",
28+
"url": "https://github.com/Aetherinox"
2029
},
2130
{
2231
"name": "EuropaServ",
2332
"email": "[email protected]",
24-
"url": "https://github.com/AdminServ"
33+
"url": "https://github.com/EuropaServ"
2534
}
2635
],
2736
"scripts": {
2837
"pretest": "npm run lint",
2938
"lint": "eslint src/**/*.ts",
39+
"pretty": "prettier . --write",
40+
"pretty:check": "prettier . --check",
41+
"pretty:ignore": "prettier . --write --ignore-unknown",
3042
"start": "rollup --watch --config rollup.config.mjs --environment BUILD,TEST",
3143
"dev": "rollup --watch --config rollup.config.mjs --environment BUILD:dev",
3244
"build": "rollup --config rollup.config.mjs --environment BUILD:production",
@@ -42,9 +54,13 @@
4254
"env-version": "node -p require('./package.json').version;"
4355
},
4456
"keywords": [
57+
"markdown",
58+
"obsidian.md",
4559
"obsidian",
4660
"gist",
47-
"opengist"
61+
"gistr",
62+
"opengist",
63+
"github"
4864
],
4965
"devDependencies": {
5066
"@aetherinox/noxenv": "^1.0.0",
@@ -81,5 +97,13 @@
8197
"semver": "^7.6.0",
8298
"uuid": "^9.0.1",
8399
"yaml": "^2.3.4"
84-
}
100+
},
101+
"files": [
102+
"tests/",
103+
"LICENSE.md",
104+
"README.md",
105+
"main.js",
106+
"styles.css",
107+
"manifest.json"
108+
]
85109
}

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.7.0": "0.15.0",
23
"1.6.8": "0.15.0",
34
"1.6.7": "0.15.0",
45
"1.6.6": "0.15.0",

0 commit comments

Comments
 (0)