Comparing version 1.0.0-rc.5 to 1.0.0-rc.6
@@ -166,2 +166,5 @@ 'use strict'; | ||
// Run hook to make it possible for extensions to update the settings before anything other uses them | ||
(0, _hooks.runHookDirectly)({ extension: 'roc', name: 'update-settings' }, [configObject.settings], newSettings => (0, _configuration.appendSettings)(newSettings)); | ||
if (invoke) { | ||
@@ -168,0 +171,0 @@ // If string run as shell command |
@@ -43,9 +43,9 @@ 'use strict'; | ||
description: 'A simple start on a generic web application', | ||
identifier: 'web', | ||
repo: 'vgno/roc-template-web' | ||
identifier: 'web-app', | ||
repo: 'rocjs/roc-template-web-app' | ||
}, { | ||
name: 'Simple Roc React App', | ||
description: 'A simple start on a React web application', | ||
identifier: 'web-react', | ||
repo: 'vgno/roc-template-web-react' | ||
identifier: 'web-app-react', | ||
repo: 'rocjs/roc-template-web-app-react' | ||
}]; | ||
@@ -52,0 +52,0 @@ |
{ | ||
"name": "roc", | ||
"version": "1.0.0-rc.5", | ||
"version": "1.0.0-rc.6", | ||
"description": "Build modern web applications easily", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -10,6 +10,6 @@ # [Roc](http://www.getroc.org) | ||
[![roc](https://img.shields.io/npm/v/roc.svg)](https://www.npmjs.com/package/roc) | ||
[![build status](https://travis-ci.org/vgno/roc.svg)](https://travis-ci.org/vgno/roc) | ||
[![Coverage Status](https://coveralls.io/repos/vgno/roc/badge.svg?branch=master&service=github)](https://coveralls.io/github/vgno/roc?branch=master) | ||
[![Code Climate](https://codeclimate.com/github/vgno/roc/badges/gpa.svg)](https://codeclimate.com/github/vgno/roc) | ||
[![Dependency Status](https://david-dm.org/vgno/roc.svg)](https://david-dm.org/vgno/roc) | ||
[![build status](https://travis-ci.org/rocjs/roc.svg)](https://travis-ci.org/rocjs/roc) | ||
[![Coverage Status](https://coveralls.io/repos/rocjs/roc/badge.svg?branch=master&service=github)](https://coveralls.io/github/rocjs/roc?branch=master) | ||
[![Code Climate](https://codeclimate.com/github/rocjs/roc/badges/gpa.svg)](https://codeclimate.com/github/rocjs/roc) | ||
[![Dependency Status](https://david-dm.org/rocjs/roc.svg)](https://david-dm.org/rocjs/roc) | ||
@@ -16,0 +16,0 @@ ## At a glance |
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
374443
3782