Skip to content

Commit

Permalink
WIP on master: 92081fc Preparing for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
raohmaru committed Jul 9, 2023
2 parents 92081fc + 4a0cf15 commit 8cc96c7
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 633 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build paprika 🌶
- name: Build Paprika 🌶
run: npm run build

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,5 @@ You should provide your own polyfills in case any of these features are missing,
[polyfill for `requestAnimationFrame()`](https://gist.github.com/raohmaru/af6c2f86b7214627f049ae1ba52981ba) in node.js,
or use a [transpiler](https://javascript.info/polyfills) when building your application.

## The Book of Spices
With examples.

# License
Paprika 🌶 is distributed under the [MIT license](https://github.com/raohmaru/paprika-tween/blob/master/LICENSE).
Loading

0 comments on commit 8cc96c7

Please sign in to comment.