Skip to content

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgknca committed Oct 24, 2020
1 parent 0660248 commit 7cc6275
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "css-skeletons",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "./css/css-skeletons.min.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css content placeholder",
"css skeleton",
"css content loader",
"css loading"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
Expand All @@ -17,5 +23,9 @@
"prettier": "^2.1.2"
},
"author": "Doğukan Çavuş",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dgknca/css-skeletons.git"
}
}

0 comments on commit 7cc6275

Please sign in to comment.