We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003d091 commit 0007ef4Copy full SHA for 0007ef4
Gruntfile.js
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
5
pkg: grunt.file.readJSON('package.json'),
6
});
7
8
- require('creatartis-grunt').config(grunt, {
+ require('@creatartis/creatartis-grunt').config(grunt, {
9
sourceNames: ['__prologue__', 'Mancala', 'heuristics', '__epilogue__'],
10
deps: [
11
{ id: 'creatartis-base', name: 'base' },
0 commit comments