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

@@ -1,8 +1,8 @@
{
"name": "wildstring",
"version": "0.0.3",
"version": "1.0.0",
"description": "Simple String Wildcard Handling",
"main": "index.js",
"main": "wildstring.js",
"scripts": {
"test": "grunt"
},