[MISC] update package.json

This commit is contained in:
Géry Debongnie
2019-09-05 21:44:29 +02:00
parent 9fad164c79
commit 1c0dd79955
+3 -3
View File
@@ -1,5 +1,5 @@
{ {
"name": "owl", "name": "owl-framework",
"version": "0.20.0", "version": "0.20.0",
"description": "Odoo Web Library (OWL)", "description": "Odoo Web Library (OWL)",
"main": "src/index.ts", "main": "src/index.ts",
@@ -21,11 +21,12 @@
"url": "git+https://github.com/odoo/owl.git" "url": "git+https://github.com/odoo/owl.git"
}, },
"author": "Odoo", "author": "Odoo",
"license": "GPL-3.0-or-later", "license": "LGPL",
"bugs": { "bugs": {
"url": "https://github.com/odoo/owl/issues" "url": "https://github.com/odoo/owl/issues"
}, },
"homepage": "https://github.com/odoo/owl#readme", "homepage": "https://github.com/odoo/owl#readme",
"dependencies": {},
"devDependencies": { "devDependencies": {
"@types/jest": "^23.3.12", "@types/jest": "^23.3.12",
"cpx": "^1.5.0", "cpx": "^1.5.0",
@@ -42,7 +43,6 @@
"typescript": "^3.2.2", "typescript": "^3.2.2",
"uglify-es": "^3.3.9" "uglify-es": "^3.3.9"
}, },
"dependencies": {},
"jest": { "jest": {
"roots": [ "roots": [
"<rootDir>/src", "<rootDir>/src",