Skip to content

Commit

Permalink
use common JS as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Aflalo committed Aug 31, 2018
1 parent e78cb3e commit a32313f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-json-db",
"version": "0.8.0",
"description": "Database using JSON file as storage for Node.JS",
"main": "dist/node-json-db.es.js",
"main": "dist/node-json-db.cjs.js",
"scripts": {
"test": "jest --coverage",
"build": "bili && tsc --emitDeclarationOnly "
Expand Down

0 comments on commit a32313f

Please sign in to comment.