electrode-library-navigation-ar
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -33,7 +33,7 @@ 'use strict'; | ||
var _scrollToLink = require('./scroll-to-link.jsx'); | ||
var _scrollToLink = require('./scroll-to-link'); | ||
var _scrollToLink2 = _interopRequireDefault(_scrollToLink); | ||
var _helpers = require('../helpers.jsx'); | ||
var _helpers = require('../helpers'); | ||
@@ -40,0 +40,0 @@ var _navigation = require('../styles/navigation.css'); |
{ | ||
"name": "electrode-library-navigation-ar", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "electrode-library-navigation-ar", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import React, {PropTypes} from 'react'; | ||
import $ from 'jquery'; | ||
import ScrollToLink from './scroll-to-link.jsx'; | ||
import {selectBoxIsTrue} from '../helpers.jsx'; | ||
import ScrollToLink from './scroll-to-link'; | ||
import {selectBoxIsTrue} from '../helpers'; | ||
import styles from '../styles/navigation.css'; | ||
@@ -6,0 +6,0 @@ |
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
2788399