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

Commit e530f0e

Browse files
committed
0.2.0
1 parent 1f4f616 commit e530f0e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Object.defineProperty(exports, "__esModule", {
44
value: true
55
});
6-
exports.add = void 0;
6+
exports["default"] = void 0;
77

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

17-
exports.add = add;
17+
var _default = add;
18+
exports["default"] = _default;

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-queries",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "",
55
"author": "Danian de Leeuw <danian.deleeuw@gmail.com>",
66
"license": "ISC",

0 commit comments

Comments
 (0)