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 39cb477 commit cb8b891Copy full SHA for cb8b891
.gitignore
@@ -1,3 +1 @@
1
vendor
2
-tests/server/basic/test.db
3
-tests/server/dbAuth/test.db
package.json
@@ -2,6 +2,7 @@
"name": "js-crud-api",
"version": "0.3.0",
4
"description": "JavaScript API for php-crud-api",
5
+ "type": "module",
6
"keywords": [
7
"php-crud-api",
8
"javascript",
@@ -11,7 +12,8 @@
11
12
],
13
"author": "Thierry PAGES",
14
"license": "MIT",
- "module": "esm/index.js",
15
+ "main": "./esm/index.js",
16
+ "module": "./esm/index.js",
17
"repository": {
18
"type": "git",
19
"url": "git+https://github.com/thipages/js-crud-api.git"
tests/server/dbAuth/test.db
0 Bytes
0 commit comments