소스 검색

Merge branch 'master' into t/ckeditor5-editor-classic/41

Szymon Kupś 8 년 전
부모
커밋
10b5f1592a
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 3
      packages/ckeditor5-block-quote/.gitignore
  2. 1 1
      packages/ckeditor5-block-quote/package.json

+ 1 - 3
packages/ckeditor5-block-quote/.gitignore

@@ -1,7 +1,5 @@
 # These files will be ignored by Git and by our linting tools:
 #	gulp lint
 #	gulp lint-staged
-#
-# Be sure to append /** to folders to have everything inside them ignored.
 
-node_modules/**
+node_modules/

+ 1 - 1
packages/ckeditor5-block-quote/package.json

@@ -12,7 +12,7 @@
     "@ckeditor/ckeditor5-utils": "^0.9.1"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-dev-lint": "^3.0.0",
+    "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
     "@ckeditor/ckeditor5-editor-classic": "^0.7.3",
     "@ckeditor/ckeditor5-enter": "^0.9.1",
     "@ckeditor/ckeditor5-image": "^0.6.0",