Skip to content

Commit

Permalink
fix main typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paed01 committed Apr 10, 2023
1 parent 425b234 commit 7b9e585
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "chronokinesis",
"version": "5.0.0",
"version": "5.0.1",
"description": "Module for testing time-dependent code",
"author": {
"name": "Pål Edman",
Expand All @@ -9,10 +9,14 @@
"license": "MIT",
"type": "module",
"module": "index.js",
"main": "dist/main.cjs",
"main": "dist/index.cjs",
"browser": "dist/chronokinesis.cjs",
"jsnext:main": "index.js",
"sideEffects": true,
"exports": {
"import": "./index.js",
"require": "./dist/index.cjs"
},
"repository": {
"type": "git",
"url": "git://github.com/paed01/chronokinesis"
Expand Down

0 comments on commit 7b9e585

Please sign in to comment.