react-simple-image
Advanced tools
Comparing version 0.1.2 to 0.1.3
# The Revision History | ||
## v0.1.3 - 2017/01/05 | ||
* Fix built file's dependencies path | ||
## v0.1.2 - 2017/01/04 | ||
@@ -4,0 +8,0 @@ |
@@ -13,3 +13,3 @@ 'use strict'; | ||
var _matcher = require('../src/matcher'); | ||
var _matcher = require('./matcher'); | ||
@@ -16,0 +16,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "react-simple-image", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "responsive <img> tag with cleaner srcset/sizes interface.", | ||
@@ -10,3 +10,4 @@ "main": "lib/image.js", | ||
"test": "nyc mocha --opts spec/mocha.opts spec/**/*.spec.jsx", | ||
"coveralls": "nyc report --reporter=text-lcov | $(npm bin)/coveralls" | ||
"coveralls": "nyc report --reporter=text-lcov | $(npm bin)/coveralls", | ||
"prepublish": "yarnpkg build" | ||
}, | ||
@@ -13,0 +14,0 @@ "files": [ |
import React from 'react'; | ||
import { matchDescriptor, matchWidthDescriptor, matchPixelDescriptor } from '../src/matcher'; | ||
import { matchDescriptor, matchWidthDescriptor, matchPixelDescriptor } from './matcher'; | ||
@@ -4,0 +4,0 @@ export default class Image extends React.Component { |
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
29118