Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Jun 29, 2018
1 parent 2d5f290 commit f312759
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "raf-schd",
"version": "3.0.0",
"description": "A simple scheduler based on requestAnimationFrame",
"main": "lib/index.js",
"module": "esm/index.js",
"version": "3.0.1",
"description": "A scheduler based on requestAnimationFrame",
"main": "dist/raf-schd.cjs.js",
"module": "dist/raf-schd.esm.js",
"sideEffects": false,
"files": [
"/lib",
"/esm",
"/dist",
"/src"
],
"author": "Alex Reardon <[email protected]>",
Expand Down

0 comments on commit f312759

Please sign in to comment.