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",
@ -34,4 +34,4 @@
"@pushrocks/tapbundle": "^3.0.7", "@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.9.4" "@types/node": "^10.9.4"
} }
} }

3
tslint.json Normal file
View File

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