Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Nov 29, 2021
1 parent 70fb3a8 commit 2896ecd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bundle/snapshot-interpolation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@geckos.io/snapshot-interpolation",
"version": "1.0.2",
"version": "1.1.0",
"description": "A Snapshot Interpolation library for Real-Time Multiplayer Games",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -16,7 +16,8 @@
"build": "rimraf lib && tsc",
"bundle": "webpack --config webpack.bundle.js",
"bundle:tmp": "webpack --config webpack.bundle.tmp.js",
"prepublishOnly": "npm run build && npm run bundle",
"preReleaseHook": "prepublishOnly",
"prepublishOnly": "npm i && npm run build && npm run bundle",
"format": "prettier --write \"src/**/!(*.d).ts\" && prettier --write \"test/**/*.js\""
},
"keywords": [
Expand Down

0 comments on commit 2896ecd

Please sign in to comment.