-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Miskiewicz
committed
Aug 5, 2017
1 parent
7b98949
commit f67cb4a
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "wobble", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Wobble is a tiny spring simulation library based on the equations of motion governing damped harmonic oscillators.", | ||
"repository": "https://github.com/skevy/wobble", | ||
"author": "Adam Miskiewicz <[email protected]>", | ||
|
@@ -15,6 +15,9 @@ | |
"dist": "concurrently \"yarn dist-es\" \"yarn dist-cjs\" \"yarn dist-browser\"", | ||
"prepublish": "yarn run dist" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"jest": { | ||
"setupFiles": [ | ||
"./jest/rAF.js" | ||
|