Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2016-11-16 23:02:38 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2016-11-16 23:02:38 +0300
commit28bd0489a9d2f45faf5fc3a4214cd049faf938ea (patch)
treedd22f65c6876709b445029dfa711a6e32874e3bf
parentf7db4b422a85b3ef17808fce3dde814d78411465 (diff)
Remove npm deps that is not used
-rw-r--r--package.json11
-rw-r--r--tasks/config/eslint.js10
2 files changed, 11 insertions, 10 deletions
diff --git a/package.json b/package.json
index 55d91fd..271c76c 100644
--- a/package.json
+++ b/package.json
@@ -47,14 +47,5 @@
"load-grunt-tasks": "~0.2.0",
"rand-token": "^0.2.1"
},
- "dependencies": {
- "async": "^1.5.2",
- "jsdom": "^8.1.0",
- "jquery": "^2.2.4",
- "marked": "^0.3.5",
- "mkdirp": "^0.5.1",
- "moment": "^2.13.0",
- "prompt": "^1.0.0",
- "strip-indent": "^1.0.1"
- }
+ "dependencies": {}
} \ No newline at end of file
diff --git a/tasks/config/eslint.js b/tasks/config/eslint.js
new file mode 100644
index 0000000..c226925
--- /dev/null
+++ b/tasks/config/eslint.js
@@ -0,0 +1,10 @@
+module.exports = function(grunt) {
+ grunt.config.set('eslint', {
+ eslint: {
+ eslint: {
+ target: ['/Volumes/diskE/Users/t5e/Projects/blog/hugo-tranquilpeak-theme/src/js/about.js']
+ }
+ }
+ });
+ grunt.loadNpmTasks('grunt-eslint');
+}; \ No newline at end of file