mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
add package json
This commit is contained in:
parent
db98006db8
commit
695999282d
2
.gitignore
vendored
2
.gitignore
vendored
@ -77,6 +77,4 @@ dev/
|
|||||||
locale_stats.json
|
locale_stats.json
|
||||||
|
|
||||||
# node.js
|
# node.js
|
||||||
package-lock.json
|
|
||||||
package.json
|
|
||||||
node_modules/
|
node_modules/
|
6
package-lock.json
generated
Normal file
6
package-lock.json
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "InvenTree",
|
||||||
|
"lockfileVersion": 2,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {}
|
||||||
|
}
|
1
package.json
Normal file
1
package.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
Loading…
x
Reference in New Issue
Block a user