diff --git a/.npmignore b/.npmignore index 56bef8c..d8b7bcb 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ +.github/ examples/ \ No newline at end of file diff --git a/package.json b/package.json index 88066a9..a23e41f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "dist/mod.js", "description": "Turn the virtual-dom into a declarative event-bus", "license": "BSD-3-Clause", - "version": "0.1.1", + "version": "0.1.2", "scripts": { "prepare": "npm run build", "build": "npm run build:core && npm run build:examples && npm run bundle",