Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy-T committed Jun 25, 2024
1 parent dbb5a94 commit 234eb8a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"name": "snow-cms",
"version": "1.0.0",
"description": "A configurable CMS built with Svelte.",
"keywords": [],
"author": "Sammy-T",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/Sammy-T/snow-cms.git"
},
"main": "index.js",
"type": "module",
"files": [
Expand All @@ -15,9 +22,6 @@
"build:watch:cms": "vite build --minify false --emptyOutDir -w -c cms/vite.config.js --outDir ../dev-site/cms",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "Sammy-T",
"license": "ISC",
"dependencies": {
"@picocss/pico": "^2.0.6"
},
Expand Down

0 comments on commit 234eb8a

Please sign in to comment.