[IMP] owl: prepare owl to be released on npm

closes #196
This commit is contained in:
Géry Debongnie
2019-12-19 09:12:00 +01:00
parent 1db0f5ac9b
commit 15b25fd838
+5 -2
View File
@@ -1,8 +1,11 @@
{
"name": "owl-framework",
"name": "@odoo/owl",
"version": "1.0.0-beta4",
"description": "Odoo Web Library (OWL)",
"main": "src/index.ts",
"main": "dist/owl/index.js",
"types": "dist/owl/index.d.ts",
"prepublish": "npm run build",
"files": ["dist/owl/"],
"engines": {
"node": ">=10.15.3"
},