Make version number 1.0.0 as we dont want to mantain the app version here and update AGPL to v3

This commit is contained in:
Luis Ramos
2020-04-09 23:22:40 +01:00
parent 2fae7e0df3
commit fe7d7b54d1

View File

@@ -1,6 +1,6 @@
{
"name": "openfoodnetwork",
"version": "1.7.1",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/openfoodfoundation/openfoodnetwork"
@@ -12,7 +12,7 @@
"karma-coffee-preprocessor": "~0.3.0",
"karma-jasmine": "~0.3.8"
},
"license": "AGPL-1.0",
"license": "AGPL-3.0",
"dependencies": {
"moment": "^2.28.0"
}