Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67655d6

Browse files
committed
Update dev deps
1 parent639a13c commit67655d6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

‎package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test":"npm run coverage && npm run check-coverage",
4747
"codacy":"cat ./coverage/lcov.info | codacy-coverage",
4848
"preversion":"npm run release && npm run release-website && npm test",
49-
"version":"npm run release-bower && git add -A src dist package.json bower.json",
49+
"version":"npm run release-bower && git add -A src distdocspackage.json bower.json",
5050
"postversion":"git push && git push --tags"
5151
},
5252
"main":"./src/diff2html.js",
@@ -58,19 +58,19 @@
5858
"hogan.js":"^3.0.2"
5959
},
6060
"devDependencies": {
61-
"autoprefixer":"^6.4.0",
61+
"autoprefixer":"^6.4.1",
6262
"browserify":"^13.1.0",
6363
"clean-css":"^3.4.19",
6464
"codacy-coverage":"^2.0.0",
65-
"eslint":"^3.3.1",
65+
"eslint":"^3.5.0",
6666
"eslint-plugin-promise":"^2.0.1",
6767
"eslint-plugin-standard":"^2.0.0",
6868
"fast-html-parser":"^1.0.1",
6969
"istanbul":"^0.4.4",
7070
"mkdirp":"^0.5.1",
7171
"mocha":"^3.0.2",
7272
"nopt":"^3.0.6",
73-
"postcss-cli":"^2.5.2",
73+
"postcss-cli":"^2.6.0",
7474
"uglifyjs":"^2.4.10"
7575
},
7676
"license":"MIT",

‎website/templates/demo-scripts.partial.html‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,7 @@
232232
" </test>\n"+
233233
" -->\n"+
234234
"+\n"+
235-
"+\n"+
236-
"--- a/sample.js\n"+
237-
"+++ b/sample.js\n"+
238-
"@@ -1 +1,2 @@\n"+
239-
"-test\n"+
240-
"+test1r\n"+
241-
"+test2r\n";
235+
"+\n";
242236

243237
$(document).ready(function(){
244238
vardiff2htmlUi=newDiff2HtmlUI({diff:lineDiffExample});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp