ember-cli-reflect
Advanced tools
Comparing version 0.0.3 to 0.0.4
/* jshint node: true */ | ||
'use strict'; | ||
const REFLECT_JAVASCRIPT = 'https://cdn.reflect.io/latest/reflect.js', | ||
REFLECT_CSS = 'https://cdn.reflect.io/latest/reflect.css'; | ||
const REFLECT_JS_VERSION = '0.1.58', | ||
REFLECT_JAVASCRIPT = 'https://cdn.reflect.io/' + REFLECT_JS_VERSION +'/reflect.js', | ||
REFLECT_CSS = 'https://cdn.reflect.io/' + REFLECT_JS_VERSION + '/reflect.css'; | ||
const HEAD = '<script src="' + REFLECT_JAVASCRIPT + '" type="text/javascript"></script> \ | ||
@@ -9,0 +9,0 @@ <link rel="stylesheet" href="' + REFLECT_CSS + '">'; |
{ | ||
"name": "ember-cli-reflect", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Ember CLI addon for embedding Reflect views.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
4823
41