new template

This commit is contained in:
talksik-mac
2019-02-18 22:37:47 -08:00
parent 262ceee076
commit d4b0b90fe4
79 changed files with 1511 additions and 1977 deletions
+5 -5
View File
@@ -1,15 +1,15 @@
{
"name": "evelyn",
"name": "ruby",
"version": "1.0.0",
"description": "Evelyn Template",
"description": "Ruby Template",
"author": "Pasquale Vitiello <[email protected]>",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://bitbucket.org/pasqualevitiello/evelyn.git"
"url": "https://bitbucket.org/pasqualevitiello/ruby.git"
},
"bugs": {
"url": "https://bitbucket.org/pasqualevitiello/evelyn/issues"
"url": "https://bitbucket.org/pasqualevitiello/ruby/issues"
},
"scripts": {
"clean": "rimraf dist/{css/*,js/*,images/*}",
@@ -49,6 +49,6 @@
"stylelint": "^9.4.0",
"uglify-es": "^3.3.10"
},
"homepage": "https://bitbucket.org/pasqualevitiello/evelyn#readme",
"homepage": "https://bitbucket.org/pasqualevitiello/ruby#readme",
"main": ".eslintrc.js"
}