Skip to content

Commit

Permalink
changes for jsr-synolib compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Nov 6, 2024
1 parent 6d785c6 commit eac91b0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 188 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist
.devcontainer
example
.travis_publish
.travis.yml
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@jsr:registry=https://npm.jsr.io
198 changes: 13 additions & 185 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taxomplete",
"version": "1.3.1",
"version": "1.3.1-jsr-synolib",
"description": "Allows auto-completion of species in an input field",
"main": "src/taxomplete.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/plazi/taxomplete#readme",
"dependencies": {
"@retog/sparql-client": "2.0.0-alpha",
"@plazi/synolib": "npm:@jsr/plazi__synolib@^3.0.0",
"awesomplete": "^1.1.5",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion src/taxomplete.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Awesomplete from "awesomplete";
import SparqlEndpoint from "@retog/sparql-client";
import { SparqlEndpoint } from "@plazi/synolib";
import debounce from "lodash/debounce";

export default class Taxomplete {
Expand Down

0 comments on commit eac91b0

Please sign in to comment.