From 81914e66c7cddc2b47634e84bf575c5ba75b404c Mon Sep 17 00:00:00 2001 From: Trezy Date: Sun, 16 Dec 2018 22:42:43 -0600 Subject: [PATCH] chore: Remove version from `package.json` The `version` field in the `package.json` file doesn't serve any real purpose for us since `semantic-release will handle adding and updating it automatically. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a062190..d6d1c47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "nes.css", - "version": "0.0.0-development", "description": "NES.css is NES-style CSS Framework.", "scripts": { "watch": "npm run build:sass -- --watch",