Theme created & plugins updated + gulpfile modified
Showing
.gitignore
0 → 100644
.htaccess
0 → 100644
gulpfile.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "creepy", | ||
"version": "1.0.0", | ||
"description": "Proving my skills lol", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.websupport.sk/KoS_/creepy.git" | ||
}, | ||
"keywords": [ | ||
"creepy" | ||
], | ||
"author": "Petr Balga", | ||
"license": "ISC", | ||
"dependencies": { | ||
"browser-sync": "^2.26.7", | ||
"gulp": "^4.0.2", | ||
"gulp-autoprefixer": "^7.0.1", | ||
"gulp-cli": "^2.2.0", | ||
"gulp-sass": "^4.0.2" | ||
} | ||
} |
File added
This diff is collapsed.
File added
File added
File added