mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REL] v1.0.2
v1.0.2 because I am fighting with npm...
This commit is contained in:
@@ -110,8 +110,8 @@ npm install @odoo/owl
|
||||
|
||||
If you want to use a simple `<script>` tag, the last release can be downloaded here:
|
||||
|
||||
- [owl-1.0.0.js](https://github.com/odoo/owl/releases/download/v1.0.0/owl.js)
|
||||
- [owl-1.0.0.min.js](https://github.com/odoo/owl/releases/download/v1.0.0/owl.min.js)
|
||||
- [owl-1.0.1.js](https://github.com/odoo/owl/releases/download/v1.0.1/owl.js)
|
||||
- [owl-1.0.1.min.js](https://github.com/odoo/owl/releases/download/v1.0.1/owl.min.js)
|
||||
|
||||
Some npm scripts are available:
|
||||
|
||||
|
||||
+3
-3
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "@odoo/owl",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"description": "Odoo Web Library (OWL)",
|
||||
"main": "dist/owl.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
"prepublish": "npm run buildcommonjs",
|
||||
"files": ["dist/types/", "dist/owl.js"],
|
||||
"engines": {
|
||||
"node": ">=10.15.3"
|
||||
@@ -21,7 +20,8 @@
|
||||
"tools": "npm run build && npm run tools:serve",
|
||||
"pretools:watch": "npm run build",
|
||||
"tools:watch": "npm-run-all --parallel tools:serve \"build:* -- --watch\"",
|
||||
"prettier": "prettier {src/*.ts,src/**/*.ts,tests/*.ts,tests/**/*.ts,doc/*.md,doc/**/*.md} --write"
|
||||
"prettier": "prettier {src/*.ts,src/**/*.ts,tests/*.ts,tests/**/*.ts,doc/*.md,doc/**/*.md} --write",
|
||||
"publish": "npm run buildcommonjs && npm publish"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# 🦉 OWL Roadmap 🦉
|
||||
|
||||
- Current version: 1.0.0
|
||||
- Current version: 1.0.1
|
||||
- Status: stable
|
||||
|
||||
This roadmap is only an attempt at predicting Owl's future. Everything may
|
||||
|
||||
Reference in New Issue
Block a user