Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xeaone committed Aug 6, 2019
1 parent 263fa22 commit 92c6fca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/oxe.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Name: oxe
Version: 5.1.0
Version: 5.2.0
License: MPL-2.0
Author: Alexander Elias
Email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion dev/oxe.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dst/oxe.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Name: oxe
Version: 5.1.0
Version: 5.2.0
License: MPL-2.0
Author: Alexander Elias
Email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion dst/oxe.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "oxe",
"version": "5.1.0",
"version": "5.2.0",
"description": "A mighty tiny web components framework/library",
"main": "dst/oxe.min.js",
"scripts": {
"test": "node --experimental-modules watch.mjs",
"publish": "node --experimental-modules publish.mjs",
"p": "node --experimental-modules publish.mjs",
"dst": "node --experimental-modules packer.mjs config=packer.config.mjs outputFolder=dst",
"dev": "node --experimental-modules packer.mjs config=packer.config.mjs outputFolder=dev"
},
Expand Down

0 comments on commit 92c6fca

Please sign in to comment.