Skip to content

Commit c4c7327

Browse files
committed
remove style block from index.html, specify versions in package.json
1 parent 02728fb commit c4c7327

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ <h2>{{ site.title }}</h2>
1414
<a href="#one" class="more scrolly">Learn More</a>
1515
</section>
1616

17-
<style>
18-
/* Main */
19-
20-
</style>
21-
2217
<!-- One -->
2318
{% for summary in site.categories.summary %}
2419
<section id="one" class="wrapper style1 special">

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"homepage": "https://github.com/coderoad/coderoad.github.io#readme",
2020
"devDependencies": {
21-
"gulp": "^3.9.1",
22-
"gulp-concat": "^2.6.0",
23-
"gulp-sass": "^2.3.2",
24-
"gulp-uglify": "^1.5.4",
25-
"pump": "^1.0.1"
21+
"gulp": "3.9.1",
22+
"gulp-concat": "2.6.0",
23+
"gulp-sass": "2.3.2",
24+
"gulp-uglify": "1.5.4",
25+
"pump": "1.0.1"
2626
}
2727
}

0 commit comments

Comments
 (0)