Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: Start with zero deps and version 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Feb 3, 2017
1 parent 716d354 commit 15f1643
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
{
"name": "@ckeditor/ckeditor5-editor-inline",
"version": "0.6.0",
"description": "Inline Editor for CKEditor 5.",
"version": "0.0.1",
"description": "Inline editor for CKEditor 5.",
"keywords": [],
"dependencies": {
"@ckeditor/ckeditor5-core": "*",
"@ckeditor/ckeditor5-engine": "*",
"@ckeditor/ckeditor5-theme-lark": "*",
"@ckeditor/ckeditor5-ui": "*",
"@ckeditor/ckeditor5-utils": "*"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-lint": "^2.0.0",
"@ckeditor/ckeditor5-basic-styles": "*",
"@ckeditor/ckeditor5-enter": "*",
"@ckeditor/ckeditor5-heading": "*",
"@ckeditor/ckeditor5-paragraph": "*",
"@ckeditor/ckeditor5-undo": "*",
"@ckeditor/ckeditor5-typing": "*",
"gulp": "^3.9.0",
"guppy-pre-commit": "^0.4.0"
},
Expand Down

0 comments on commit 15f1643

Please sign in to comment.