Skip to content

Commit

Permalink
1.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Jul 24, 2023
1 parent 6203585 commit 3724f70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
{
"name": "bridge-data",
"version": "1.1.40",
"name": "bridgex-data",
"version": "1.1.41",
"description": "Provide data for the bridge. editor",
"main": "dist/auto-completions.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "deno run --allow-read --allow-write scripts/build.ts",
"dev": "deno run --allow-read --allow-write scripts/watch.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bridge-core/data.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/bridge-core/data/issues"
},
"homepage": "https://github.com/bridge-core/data#readme"
}
"author": "Xterionix",
"license": "GPL-3.0-or-later"
}

0 comments on commit 3724f70

Please sign in to comment.