Skip to content

Commit 8eaba2f

Browse files
committed
v1.3.0
#### Development - Source files are now in TypeScript - Test files are now in TypeScript - Test folder is removed; tests are now kept next to source - ESLint is removed; TSLint is added - Typings is added, but only for development dependencies #### Documentation - README is updated to improve style and to include information about use with TypeScript
1 parent c88ca77 commit 8eaba2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deep-map",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Transforms nested values of complex objects",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)