Compare commits

..

No commits in common. "master" and "v2.0.0" have entirely different histories.

2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "@push.rocks/smartlodash", "name": "@pushrocks/smartlodash",
"version": "2.0.0", "version": "2.0.0",
"private": false, "private": false,
"description": "lodash with typings", "description": "lodash with typings",

3
tslint.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "tslint-config-standard"
}