Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dda91c3

Browse files
author
Raghav Dua
authored
Merge pull request algorithm-visualizer#175 from duaraghav8/gh-pages
removed explicit Promise declaration from gulpfile
2 parents 70e75b7 + 1545798 commit dda91c3

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

algorithm/category.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"etc": {
103103
"list": {
104104
"flood_fill": "Flood Fill",
105-
"cellular_automata": "Cellular Automata",
105+
"cellular_automata": "Cellular Automata",
106106
"create_maze": "Create Maze"
107107
},
108108
"name": "Uncategorized"

gulpfile.babel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
var Promise = require('es6-promise').Promise;
4-
53
import path from 'path';
64
import gulp from 'gulp';
75
import uglify from 'gulp-uglify';

public/algorithm_visualizer.js

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)