From 0391bd5350764a223e952187a0c2237b88915c3a Mon Sep 17 00:00:00 2001
From: Ken Hawkins <khawkins98@gmail.com>
Date: Tue, 9 Apr 2019 09:15:53 +0200
Subject: [PATCH] fix: npmignore files and version

Had a typo in the version name and the .npmignore should have been ignoring more things (seems it does not overlay with .gitignore)
---
 .npmignore   | 4 ++++
 package.json | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.npmignore b/.npmignore
index e32a469c2..692979ec1 100644
--- a/.npmignore
+++ b/.npmignore
@@ -5,3 +5,7 @@ bin
 CHANGELOG.md
 CONTRIBUTING.md
 tools/component-generator
+public
+build
+.max-age
+.gitlab-ci.yml
diff --git a/package.json b/package.json
index 8e8d3878c..a9754b60c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@visual-framework/vf-core",
-  "version": "2.0.0-apha.4",
+  "version": "2.0.0-alpha.4",
   "description": "Visual Framework 2.0",
   "main": "index.js",
   "vfConfig": {
-- 
GitLab