diff --git a/.npmignore b/.npmignore index 897af4a..6708183 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,7 @@ .nyc_output/ node_modules/ +out/coverage/ +out/test/ test/ + +Makefile \ No newline at end of file diff --git a/Makefile b/Makefile index fbc6d8c..9d9d631 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -.PHONY: build ci clean cover docs graph image install push run run-debug run-image test +.PHONY: build ci clean cover docs graph image install push test -DOCKER_ARGS ?= -DOCKER_IMAGE := ssube/textual-engine GIT_ARGS ?= GIT_HEAD_BRANCH := $(shell git rev-parse --abbrev-ref HEAD) NODE_ARGS ?= diff --git a/package.json b/package.json index dfaee7a..2cb666b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-foam", - "version": "0.1.0", + "version": "0.1.1", "main": "out/src/index.js", "author": "ssube ", "license": "MIT",