1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-22 22:02:48 +02:00

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.
This commit is contained in:
Trezy
2018-12-16 22:42:43 -06:00
parent a34cac4aca
commit 81914e66c7

View File

@@ -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",