rename index.js to wildstring.js

semver requires a major version bump
This commit is contained in:
deltreey
2015-08-04 00:55:01 -04:00
parent 30c6111371
commit d203b3e662
8 changed files with 349 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ module.exports = function (grunt) {
},
jsdoc: {
dist: {
src: ['index.js', 'test/*.js', 'README.md'],
src: ['wildstring.js', 'test/*.js', 'README.md'],
options: {
destination: 'documentation',
template : 'node_modules/grunt-jsdoc/node_modules/ink-docstrap/template',