slite-change
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "slite-change", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
"main": "slite-change.js", | ||
"types": "slite-change.d.ts", | ||
"main": "dist/slite-change.js", | ||
"types": "dist/slite-change.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "echo \"WARNING: no test specified\"", |
@@ -50,3 +50,3 @@ { | ||
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */ | ||
// "outDir": "./", /* Specify an output folder for all emitted files. */ | ||
"outDir": "./dist", /* Specify an output folder for all emitted files. */ | ||
// "removeComments": true, /* Disable emitting comments. */ | ||
@@ -53,0 +53,0 @@ // "noEmit": true, /* Disable emitting files from a compilation. */ |
34238
14
519
2