8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca2070 commit bc07d75Copy full SHA for bc07d75
gulpfile.js
@@ -53,7 +53,7 @@ gulp.task('readme', function() {
53
gulp.task('typedefs', function() {
54
var genTypeDefData = require('./pages/lib/genTypeDefData');
55
56
- var typeDefPath = path.join(__dirname, './type-definitions/immutable.d.ts');
+ var typeDefPath = path.join(__dirname, './type-definitions/Immutable.d.ts');
57
58
var fileContents = fs.readFileSync(typeDefPath, 'utf8');
59
0 commit comments