We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b90a6 commit a72346dCopy full SHA for a72346d
2 files changed
.gitignore
@@ -50,6 +50,8 @@ web_modules/
50
51
# Optional npm cache directory
52
.npm
53
+.npmrc
54
+.npmignore
55
56
# Optional eslint cache
57
.eslintcache
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "librisapi",
+ "name": "@necoti.dev/librisapi",
3
"version": "1.0.0",
4
"description": "A REST API for managing a book collection",
5
"main": "server.js",
0 commit comments