Skip to content

Commit

Permalink
package.json: change typings to types
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ku authored Nov 29, 2018
1 parent df4eada commit 89c4f5b
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
Expand Up @@ -3,7 +3,7 @@
"version": "1.2.4",
"description": "Construct ObjectIDs without the mongodb driver or bson module",
"main": "objectid.js",
"typings": "./objectid.d.ts",
"types": "./objectid.d.ts",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 89c4f5b

Please sign in to comment.