react-vertical-timeline
Advanced tools
Comparing version 0.1.1 to 0.1.2
'use strict'; | ||
var _Timeline = require('./Timeline.jsx'); | ||
var _Timeline = require('./Timeline'); | ||
var _Timeline2 = _interopRequireDefault(_Timeline); | ||
var _Bookmark = require('./Bookmark.jsx'); | ||
var _Bookmark = require('./Bookmark'); | ||
var _Bookmark2 = _interopRequireDefault(_Bookmark); | ||
var _Marker = require('./Marker'); | ||
var _Marker2 = _interopRequireDefault(_Marker); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -15,3 +19,4 @@ | ||
'Timeline': _Timeline2.default, | ||
'Bookmark': _Bookmark2.default | ||
'Bookmark': _Bookmark2.default, | ||
'Marker': _Marker2.default | ||
}; |
@@ -6,3 +6,3 @@ { | ||
"user": "yeyus", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"scripts": { | ||
@@ -46,3 +46,3 @@ "start": "webpack-dev-server", | ||
"html-webpack-plugin": "^1.7.0", | ||
"isparta-instrumenter-loader": "^1.0.0", | ||
"isparta-loader": "^1.0.0", | ||
"json-loader": "^0.5.4", | ||
@@ -59,3 +59,3 @@ "karma": "^0.13.19", | ||
"karma-webpack": "^1.7.0", | ||
"markdown-to-react-components": "bebraw/markdown-to-react-components#highlight", | ||
"markdown-to-react-components": "^0.2.1", | ||
"mocha": "^2.3.4", | ||
@@ -62,0 +62,0 @@ "phantomjs": "^1.9.19", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227430
22
1348