openfin-config-builder
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ 'use strict'; | ||
path = require('path'), | ||
Q = require('Q'); | ||
Q = require('q'); | ||
@@ -9,0 +9,0 @@ function update(options, configPath) { |
@@ -5,3 +5,3 @@ 'use strict'; | ||
path = require('path'), | ||
Q = require('Q'); | ||
Q = require('q'); | ||
@@ -8,0 +8,0 @@ function write (config, configPath){ |
{ | ||
"name": "openfin-config-builder", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js tool that builds/updates OpenFin config files", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.openfin.co", |
@@ -0,1 +1,4 @@ | ||
#openfin-launcher | ||
[![Build Status](https://travis-ci.org/openfin/node-openfin-config-builder.svg?branch=master)](https://travis-ci.org/openfin/node-openfin-config-builder) | ||
> Node.js tool that builds/updates [OpenFin](http://openfin.co/) application [config files](http://openfin.co/developers.html?url=developers/api/config/overview.html) | ||
@@ -2,0 +5,0 @@ |
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
10810
42