immutable-devtools
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -118,8 +118,8 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var listStyle = { style: 'list-style-type: none; padding: 0; margin: 0 0 0 12px; font-style: normal' }; | ||
var immutableNameStyle = { style: 'color: rgb(232,98,0)' }; | ||
var listStyle = { style: 'list-style-type: none; padding: 0; margin: 0 0 0 12px; font-style: normal; position: relative' }; | ||
var immutableNameStyle = { style: 'color: rgb(232,98,0); position: relative' }; | ||
var keyStyle = { style: 'color: #881391' }; | ||
var defaultValueKeyStyle = { style: 'color: #777' }; | ||
var alteredValueKeyStyle = { style: 'color: #881391; font-weight: bolder' }; | ||
var inlineValuesStyle = { style: 'color: #777; font-style: italic' }; | ||
var inlineValuesStyle = { style: 'color: #777; font-style: italic; position: relative' }; | ||
var nullStyle = { style: 'color: #777' }; | ||
@@ -126,0 +126,0 @@ |
{ | ||
"name": "immutable-devtools", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Chrome Dev Tools formatter for the Immutable JS library", | ||
"main": "dist/index.js", | ||
"files": ["dist", "before.png", "after.png"], | ||
"files": [ | ||
"dist", | ||
"before.png", | ||
"after.png" | ||
], | ||
"scripts": { | ||
@@ -27,6 +31,6 @@ "build": "webpack --config ./webpack.config.js", | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/andrewdavey/immutable-devtools" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/andrewdavey/immutable-devtools" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Chrome Dev Tools for Immutable-js |
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
133312