Release: 0.0.2

This commit is contained in:
deltreey
2015-07-16 01:21:15 -04:00
parent b9a74f1a0d
commit 9dd7e173ab
2 changed files with 30 additions and 1 deletions

29
bower.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "wildstring",
"main": "index.js",
"version": "0.0.1",
"authors": [
"deltreey <suicidolt@gmail.com>"
],
"description": "Simple String Wildcard Handling",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"wildcard",
"string",
"interpolation"
],
"license": "MIT",
"homepage": "https://github.com/deltreey/wildstring",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

View File

@@ -1,6 +1,6 @@
{
"name": "wildstring",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simple String Wildcard Handling",
"main": "index.js",
"scripts": {