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 4934af8 commit 440c223Copy full SHA for 440c223
Gruntfile.js
@@ -249,8 +249,7 @@ module.exports = function (grunt)
249
'node_modules/easeljs/lib/easeljs.js',
250
'node_modules/tweenjs/lib/tweenjs.js'
251
],
252
- '<%= paths.dest.js %>indexcanvas.js': ['<%= paths.src.js %>indexcanvas.js'],
253
- '<%= paths.dest.js %>lunr.js': ['node_modules/lunr/lunr.js']
+ '<%= paths.dest.js %>indexcanvas.js': ['<%= paths.src.js %>indexcanvas.js']
254
}
255
]
256
package.json
@@ -32,7 +32,6 @@
32
},
33
"dependencies": {
34
"easeljs": "1.0.2",
35
- "lunr": "2.3.8",
36
"preloadjs": "1.0.1",
37
"prismjs": "1.20.0",
38
"textpattern-branding": "0.2.11",
0 commit comments