Skip to content

Commit

Permalink
explicitly select files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Deverell committed Sep 26, 2016
1 parent 555028c commit f0c976e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "A lightweight way to throttle events and callbacks using requestAnimationFrame",
"main": "./dist/frame-throttle.js",
"types": "./dist/frame-throttle.d.ts",
"files": [
"./dist/frame-throttle.js",
"./dist/frame-throttle.d.ts"
],
"scripts": {
"clean": "del-cli dist",
"lint": "npm run lint-noforce -- --force",
Expand Down

0 comments on commit f0c976e

Please sign in to comment.