remove indentation

This commit is contained in:
Felix Wu
2018-09-14 17:52:23 +02:00
parent a6e87655a5
commit a278921416
3 changed files with 1084 additions and 1029 deletions

View File

@ -6,6 +6,7 @@
"html-minifier": "^3.5.15",
"jest": "^23.1.0",
"jest-tap-reporter": "^1.9.0",
"markdown-builder": "^0.8.4-dev",
"markdown-it": "^8.4.1",
"mini.css": "^2.3.7",
"node-sass": "^4.9.0",
@ -15,8 +16,7 @@
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-babel-minify": "^4.0.0",
"semistandard": "^12.0.1",
"markdown-builder": "^0.8.3-dev"
"semistandard": "^12.0.1"
},
"name": "30-seconds-of-code",
"description": "A collection of useful JavaScript snippets.",