draft-js-import-html
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "draft-js-import-html", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "DraftJS: Import HTML to ContentState", | ||
@@ -11,20 +11,6 @@ "main": "lib/main.js", | ||
"test": "npm run lint && npm run test-src", | ||
"test-src": "mocha src/__tests__/*.js src/**/__tests__/*.js" | ||
"test-src": "mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/sstur/draft-js-import-html.git" | ||
}, | ||
"keywords": [ | ||
"draft-js", | ||
"import-html" | ||
], | ||
"author": "sstur@me.com", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/sstur/draft-js-import-html/issues" | ||
}, | ||
"homepage": "https://github.com/sstur/draft-js-import-html#readme", | ||
"dependencies": { | ||
"draft-js-import-element": "^0.1.4" | ||
"draft-js-import-element": "^0.1.5" | ||
}, | ||
@@ -39,3 +25,3 @@ "devDependencies": { | ||
"draft-js": "^0.2.2", | ||
"eslint": "^2.2.0", | ||
"eslint": "2.2.0", | ||
"eslint-plugin-babel": "^3.1.0", | ||
@@ -50,3 +36,17 @@ "eslint-plugin-flow-vars": "^0.2.1", | ||
"react-dom": "^0.14.7" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/sstur/draft-js-import-html.git" | ||
}, | ||
"keywords": [ | ||
"draft-js", | ||
"import-html" | ||
], | ||
"author": "sstur@me.com", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/sstur/draft-js-import-html/issues" | ||
}, | ||
"homepage": "https://github.com/sstur/draft-js-import-html#readme" | ||
} |
Sorry, the diff of this file is not supported yet
20839