Skip to content

Commit

Permalink
set package as module
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryuk committed Jan 2, 2021
1 parent f0a8276 commit 64d7f59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "redis-functions-balancer",
"version": "1.0.4",
"version": "1.0.5",
"description": "Balance NodeJs functions with Redis",
"repository": "https://github.com/dmitryuk/RedisFunctionsBalancer",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
Expand Down

0 comments on commit 64d7f59

Please sign in to comment.