stylable-playground-recepies
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -14,3 +14,3 @@ "use strict"; | ||
}; | ||
this.fs = new kissfs_1.LocalFileSystem('/'); | ||
this.fs = new kissfs_1.LocalFileSystem(__dirname); | ||
this.modules = this.content.node_modules; | ||
@@ -17,0 +17,0 @@ this.types = this.modules['@types']; |
@@ -9,4 +9,4 @@ "use strict"; | ||
builder.addLibraries(['react', 'react-dom', 'stylable']); | ||
builder.addFile(path_1.join('./common-assets/stylable-globals.d.ts'), 'node_modules/@types/stylable-sheet/index.d.ts'); | ||
builder.addFile(path_1.join('common-assets/stylable-globals.d.ts'), 'node_modules/@types/stylable-sheet/index.d.ts'); | ||
builder.saveTo(path_1.join(__dirname, '..', 'dist', 'recepies', 'react-ts-stylable.json')); | ||
//# sourceMappingURL=react-ts-stylable.js.map |
{ | ||
"name": "stylable-playground-recepies", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/build-packages.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5
39553678
23
4179