now adhering to standard js added getStringArray method

This commit is contained in:
2016-09-21 13:44:11 +02:00
parent c0a5cb6e30
commit e917c8b9f7
17 changed files with 271 additions and 258 deletions

View File

@@ -18,14 +18,17 @@
},
"homepage": "https://gitlab.com/pushrocks/lik#README",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^10.0.0",
"typings-test": "^1.0.1"
"@types/should": "^8.1.30",
"npmts-g": "^5.2.8",
"should": "^11.1.0",
"typings-test": "^1.0.3"
},
"dependencies": {
"@types/lodash": "^4.14.35",
"@types/minimatch": "2.x.x",
"@types/q": "0.x.x",
"minimatch": "^3.0.2",
"lodash": "^4.16.1",
"minimatch": "^3.0.3",
"q": "^1.4.1"
}
}