diff --git a/Makefile b/Makefile index 95c077c..1f41123 100644 --- a/Makefile +++ b/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)') diff --git a/package.json b/package.json index a2bbc8b..71389bb 100644 --- a/package.json +++ b/package.json @@ -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",