Skip to content

Commit

Permalink
Restructured classes into own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jan 31, 2018
1 parent f99f40f commit 0042550
Show file tree
Hide file tree
Showing 41 changed files with 271 additions and 4,058 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@
"cd src",
"tsc [--watch 'Compilation complete.']",
"rollup -c ../tools/build-configs/rollup.config.js",
"#node tools/replaceVersionAndDate.js dist/dexie.js",
"dts-bundle-generator -o ../dist/dexie.d.ts public/index.d.ts",
"node -e \"fs.appendFileSync('../dist/dexie.d.ts', '\\\\nexport default Dexie;\\\\n')\""
"node ../tools/replaceVersionAndDate.js ../dist/dexie.js",
"node ../tools/replaceVersionAndDate.js ../dist/dexie.mjs",
"dts-bundle-generator --umd-module-name Dexie -o ../dist/dexie.d.ts public/index.d.ts",
"node -e \"fs.appendFileSync('../dist/dexie.d.ts', '\\\\nexport default Dexie;\\\\n')\"",
"node ../tools/prepend.js ../dist/dexie.d.ts ../tools/build-configs/banner.txt",
"node ../tools/replaceVersionAndDate.js ../dist/dexie.d.ts"
],
"release": [
"# Build ES5 umd module as well as the es6 module.",
Expand Down
15 changes: 0 additions & 15 deletions src/TODO.md

This file was deleted.

37 changes: 0 additions & 37 deletions src/_old/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 0042550

Please sign in to comment.