mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
1.0.0 released
This commit is contained in:
parent
a25bfa041a
commit
c3cf4566da
2 changed files with 1 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,3 @@
|
|||
PATH := ./node_modules/.bin:${PATH}
|
||||
|
||||
NPM_PACKAGE := $(shell node -e 'process.stdout.write(require("./package.json").name)')
|
||||
NPM_VERSION := $(shell node -e 'process.stdout.write(require("./package.json").version)')
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pako",
|
||||
"description": "zlib port to javascript - fast, modularized, with browser support",
|
||||
"version": "0.2.8",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"zlib",
|
||||
"deflate",
|
||||
|
|
Loading…
Add table
Reference in a new issue