Skip to content

Commit

Permalink
version 1.1.1, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kormanowsky committed Jul 18, 2020
1 parent ecb6b07 commit 297eb54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions jextract.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
jExtract: a function for extracting data from DOM.
Version: 1.1.0
Version: 1.1.1
Author: Mikhail Kormanowsky (@kormanowsky)
Date: 17.07.2020
Date: 18.07.2020
*/
(function () {
const BROWSER = typeof window === "object";
Expand Down
4 changes: 2 additions & 2 deletions jextract.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jextract",
"version": "1.1.0",
"version": "1.1.1",
"description": "A function that allows developers to extract data from DOM to JavaScript objects.",
"main": "jextract.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default {
output: {
preamble: `/**
jExtract: a function for extracting data from DOM.
Version: 1.1.0
Version: 1.1.1
Author: Mikhail Kormanowsky (@kormanowsky)
Date: 17.07.2020
Date: 18.07.2020
*/`,
},
}),
Expand Down

0 comments on commit 297eb54

Please sign in to comment.