mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-18 10:53:49 +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_PACKAGE := $(shell node -e 'process.stdout.write(require("./package.json").name)')
|
||||||
NPM_VERSION := $(shell node -e 'process.stdout.write(require("./package.json").version)')
|
NPM_VERSION := $(shell node -e 'process.stdout.write(require("./package.json").version)')
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "pako",
|
"name": "pako",
|
||||||
"description": "zlib port to javascript - fast, modularized, with browser support",
|
"description": "zlib port to javascript - fast, modularized, with browser support",
|
||||||
"version": "0.2.8",
|
"version": "1.0.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"zlib",
|
"zlib",
|
||||||
"deflate",
|
"deflate",
|
||||||
|
|
Loading…
Add table
Reference in a new issue