Skip to content

Commit

Permalink
fix(package.json): add typings field, bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Apr 23, 2016
1 parent ae5a4a2 commit bffd84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "xstream",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"commit": "git-cz",
"lint": "tslint -c tslint.json src/**/*.ts",
Expand Down

0 comments on commit bffd84b

Please sign in to comment.