Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniandl committed Sep 12, 2020
1 parent 1f4f616 commit e530f0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.add = void 0;
exports["default"] = void 0;

/**
* Adds two numbers and returns the sum.
Expand All @@ -14,4 +14,5 @@ var add = function add(a, b) {
return a + b;
};

exports.add = add;
var _default = add;
exports["default"] = _default;
2 changes: 1 addition & 1 deletion package-lock.json

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": "element-queries",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"author": "Danian de Leeuw <[email protected]>",
"license": "ISC",
Expand Down

0 comments on commit e530f0e

Please sign in to comment.