flux-constant
Advanced tools
Comparing version 1.1.0 to 1.1.1
'use strict'; | ||
var FluxConstant = function FluxConstant (name) { | ||
var FluxConstant = function FluxConstant(name) { | ||
@@ -5,0 +5,0 @@ this.name = name; |
{ | ||
"name": "flux-constant", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Unique constants for Flux apps.", | ||
@@ -23,7 +23,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"code": "^2.x.x", | ||
"eslint-config-hapi": "^6.x.x", | ||
"eslint-plugin-hapi": "^3.x.x", | ||
"lab": "^7.x.x" | ||
"code": "2.x.x", | ||
"eslint-config-hapi": "8.x.x", | ||
"eslint-plugin-hapi": "4.x.x", | ||
"lab": "8.x.x" | ||
} | ||
} |
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
7490