Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
#### 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`
  • Loading branch information
mcmath committed Jun 15, 2016
1 parent df3adc4 commit 4b411f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deep-map-keys",
"version": "1.0.0",
"version": "1.1.0",
"description": "Transforms nested keys of complex objects",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 4b411f5

Please sign in to comment.