Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 14, 2024
1 parent 96a3677 commit 34bbed1
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
1 change: 0 additions & 1 deletion gistr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/no-var-requires */

/*
build gistr by running
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 30 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
"version": "1.6.8",
"description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services",
"author": "Aetherinox",
"main": "main.js",
"license": "MIT",
"main": "main.js",
"build": {
"appId": "com.gistr.id"
},
"funding": [
{
"type": "individual",
"url": "https://buymeacoffee.com/aetherinox"
}
],
"bugs": {
"url": "https://github.com/Aetherinox/obsidian-gistr/issues"
},
Expand All @@ -15,18 +24,21 @@
"contributors": [
{
"name": "Aetherinox",
"email": "[email protected]",
"url": "[email protected].github.aaakk.us.kg"
"email": "[email protected]",
"url": "https://github.com/Aetherinox"
},
{
"name": "EuropaServ",
"email": "[email protected]",
"url": "https://github.com/AdminServ"
"url": "https://github.com/EuropaServ"
}
],
"scripts": {
"pretest": "npm run lint",
"lint": "eslint src/**/*.ts",
"pretty": "prettier . --write",
"pretty:check": "prettier . --check",
"pretty:ignore": "prettier . --write --ignore-unknown",
"start": "rollup --watch --config rollup.config.mjs --environment BUILD,TEST",
"dev": "rollup --watch --config rollup.config.mjs --environment BUILD:dev",
"build": "rollup --config rollup.config.mjs --environment BUILD:production",
Expand All @@ -42,9 +54,13 @@
"env-version": "node -p require('./package.json').version;"
},
"keywords": [
"markdown",
"obsidian.md",
"obsidian",
"gist",
"opengist"
"gistr",
"opengist",
"github"
],
"devDependencies": {
"@aetherinox/noxenv": "^1.0.0",
Expand Down Expand Up @@ -81,5 +97,13 @@
"semver": "^7.6.0",
"uuid": "^9.0.1",
"yaml": "^2.3.4"
}
},
"files": [
"tests/",
"LICENSE.md",
"README.md",
"main.js",
"styles.css",
"manifest.json"
]
}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.7.0": "0.15.0",
"1.6.8": "0.15.0",
"1.6.7": "0.15.0",
"1.6.6": "0.15.0",
Expand Down

0 comments on commit 34bbed1

Please sign in to comment.