This commit is contained in:
Schneider Roland 2022-06-12 22:35:11 +02:00
parent 49f91752d2
commit b940b27ed8
2 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "coma", "name": "coma",
"version": "0.0.1", "version": "0.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coma", "name": "coma",
"version": "0.0.1", "version": "0.0.2",
"dependencies": { "dependencies": {
"cache-manager": "^3.3.0" "cache-manager": "^3.3.0"
}, },

View File

@ -1,7 +1,7 @@
{ {
"author": "rocho", "author": "rocho",
"name": "coma", "name": "coma",
"version": "0.0.1", "version": "0.0.2",
"private": true, "private": true,
"dependencies": { "dependencies": {
"cache-manager": "^3.3.0" "cache-manager": "^3.3.0"
@ -9,7 +9,6 @@
"devDependencies": { "devDependencies": {
"grunt": "1.5.3", "grunt": "1.5.3",
"matchdep": "*", "matchdep": "*",
"grunt-contrib-coffee": "*", "grunt-contrib-coffee": "*",
"grunt-contrib-compass": "*", "grunt-contrib-compass": "*",
"grunt-contrib-watch": "*", "grunt-contrib-watch": "*",