Skip to content

Commit

Permalink
Fix npm test command and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddolcimascolo committed Mar 1, 2024
1 parent 1110187 commit 02a305b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "sequelize-temporal",
"version": "1.0.8",
"version": "2.0.0",
"description": "Temporal tables for Sequelize",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
"test": "mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 02a305b

Please sign in to comment.