Skip to content

Commit cf9090d

Browse files
committed
Publish v0.1.0
1 parent f9424f0 commit cf9090d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/reconstruct-descriptors.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* reconstruct-descriptors v0.0.0
2+
* reconstruct-descriptors v0.1.0
33
* (c) 2018-present Vitor Luiz Cavalcanti <vitorluizc@outlook.com> (https://vitorluizc.github.io)
44
* Released under the MIT License.
55
*/

dist/reconstruct-descriptors.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* reconstruct-descriptors v0.0.0
2+
* reconstruct-descriptors v0.1.0
33
* (c) 2018-present Vitor Luiz Cavalcanti <vitorluizc@outlook.com> (https://vitorluizc.github.io)
44
* Released under the MIT License.
55
*/

dist/reconstruct-descriptors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* reconstruct-descriptors v0.0.0
2+
* reconstruct-descriptors v0.1.0
33
* (c) 2018-present Vitor Luiz Cavalcanti <vitorluizc@outlook.com> (https://vitorluizc.github.io)
44
* Released under the MIT License.
55
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reconstruct-descriptors",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Deeply reconstruct any object iterating over its property descriptors.",
55
"cdn": "dist/reconstruct-descriptors.js",
66
"main": "dist/reconstruct-descriptors.cjs.js",

0 commit comments

Comments
 (0)