Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Mar 15, 2020
1 parent e75a07a commit f2d7787
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copy-anything",
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"description": "An optimised way to copy'ing an object. A small and simple integration",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -52,7 +52,11 @@
"url": "git+https://github.com/mesqueeb/copy-anything.git"
},
"ava": {
"extensions": ["ts"],
"require": ["ts-node/register"]
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
}
}

0 comments on commit f2d7787

Please sign in to comment.