Skip to content

Commit

Permalink
[OGT-87] Added npm config to import JS libs
Browse files Browse the repository at this point in the history
  • Loading branch information
innc committed Apr 30, 2021
1 parent b1eb49c commit c24bc63
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
13 changes: 13 additions & 0 deletions package-lock.json

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

13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"dependencies": {
"leaflet": "^1.7.1"
},
"description": "Code-sandbox for testing map APIs & Wikidata API",
"license": "GPL-3.0-only",
"name": "ogt-prototype-simple-webpage",
"repository": {
"type": "git",
"url": "https://git.tib.eu/nfdi4culture/ogt/ogt-prototype-simple-webpage.git"
},
"version": "0.2.0"
}

0 comments on commit c24bc63

Please sign in to comment.