Skip to content

Commit

Permalink
Version 6.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Sep 29, 2015
1 parent f7886b3 commit a8f4c01
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions build/paths.js
Expand Up @@ -3,22 +3,23 @@ module.exports = {
distFolder: path.resolve(__dirname, '../dist'),
projectRoot: path.dirname(__dirname),
coverageFolder: path.resolve(__dirname, '../coverage'),

buildFiles: ["lib/**/*.ts", "index.ts"],
testFiles: ["test/**/*.ts"],
cleanFiles: ["coverage", "dist"],

builtTestFiles: 'dist/test/*.js',
builtFiles: ["dist/lib/**/*.js", "dist/index.js"],
testSupportFiles: ['dist/test/support/chai'],

docSourceFiles: [
"_references.d.ts",
"lib/Core.ts",
"lib/Model.ts",
"lib/Instance.ts",

"lib/Decorators.ts",

"lib/Plugins.ts",
"lib/Schema.ts",
"lib/Cache.ts",
Expand All @@ -27,12 +28,12 @@ module.exports = {
"lib/Configuration.ts",
"lib/Hooks.ts",
"lib/Transforms.ts",

"lib/caches/MemoryCache.ts",
"lib/caches/NoOpCache.ts",

"lib/cacheControllers/IDDirector.ts",

"lib/utils/ObjectID.ts"
]
};

0 comments on commit a8f4c01

Please sign in to comment.