1.0.0 released

This commit is contained in:
Vitaly Puzrin 2016-02-17 12:09:06 +03:00
parent a25bfa041a
commit c3cf4566da
2 changed files with 1 additions and 3 deletions

View file

@ -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)')

View file

@ -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",