Skip to content

Commit 4b411f5

Browse files
committed
v1.1.0
#### Features - Add TypeScript declarations #### Development - Refactor source code with TypeScript - Refactor tests with TypeScript - Remove `test/` folder; tests now beside source code - Remove ESLint; add TSLint #### Documentation - Stylistic changes in `README.md`
1 parent df3adc4 commit 4b411f5

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-keys",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Transforms nested keys of complex objects",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)