Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
mcmath committed Jun 15, 2016
1 parent c88ca77 commit 8eaba2f
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",
"version": "1.2.1",
"version": "1.3.0",
"description": "Transforms nested values of complex objects",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 8eaba2f

Please sign in to comment.