Release: 0.0.2
This commit is contained in:
29
bower.json
Normal file
29
bower.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wildstring",
|
"name": "wildstring",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Simple String Wildcard Handling",
|
"description": "Simple String Wildcard Handling",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user