Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assemble-core

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-core - npm Package Compare versions

Comparing version 0.27.1 to 0.28.0

6

changelog.md

@@ -22,2 +22,8 @@ # Release History

## [0.28.0] - 2017-02-01
**dependencies**
- Bumps [templates] to v1.2.0 to take advantage of new methods available on `list`s
## [0.27.0] - 2016-12-27

@@ -24,0 +30,0 @@

22

package.json
{
"name": "assemble-core",
"description": "The core assemble application with no presets or defaults. All configuration is left to the implementor.",
"version": "0.27.1",
"version": "0.28.0",
"homepage": "https://github.com/assemble/assemble-core",

@@ -34,7 +34,7 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"lazy-cache": "^2.0.2",
"templates": "^1.1.1"
"templates": "^1.2.0"
},
"devDependencies": {
"base-test-runner": "^0.2.0",
"base-test-suite": "^0.3.2",
"base-test-suite": "^0.4.0",
"gulp": "^3.9.1",

@@ -64,3 +64,6 @@ "gulp-eslint": "^3.0.1",

"clear",
"cli",
"cli-app",
"collection",
"command-line",
"compile",

@@ -75,2 +78,4 @@ "component",

"dest",
"dev",
"development",
"doc",

@@ -87,4 +92,6 @@ "docs",

"format",
"framework",
"front",
"front-matter",
"frontend",
"generate",

@@ -121,2 +128,4 @@ "generator",

"post",
"project",
"projects",
"registered",

@@ -128,2 +137,4 @@ "remove",

"scaffold",
"scaffolder",
"scaffolding",
"scaffolds",

@@ -138,2 +149,3 @@ "set",

"tasks",
"template",
"templates",

@@ -148,5 +160,7 @@ "templating",

"web",
"webapp",
"website",
"yaml",
"yeoman"
"yeoman",
"yo"
],

@@ -153,0 +167,0 @@ "verb": {

26

README.md

@@ -124,2 +124,6 @@ <p align="center">

**Params**
* `options` **{Object}**: Optionally pass default options to use.
**Example**

@@ -132,6 +136,2 @@

**Params**
* `options` **{Object}**: Optionally pass default options to use.
***

@@ -314,6 +314,6 @@

Install dev dependencies:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
```sh
$ npm install -d && npm test
$ npm install && npm test
```

@@ -325,3 +325,3 @@

Please read the [contributing guide](.github/contributing.md) for avice on opening issues, pull requests, and coding standards.
Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.

@@ -351,2 +351,8 @@ If Assemble doesn't do what you need, [please let us know](../../issues).

#### [0.28.0](https://github.com/assemble/assemble-core/compare/0.27.0...0.28.0) - 2017-02-01
**dependencies**
* Bumps [templates](https://github.com/jonschlinkert/templates) to v1.2.0 to take advantage of new methods available on `list`s
#### [0.27.0](https://github.com/assemble/assemble-core/compare/0.26.0...0.27.0) - 2016-12-27

@@ -524,7 +530,7 @@

Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](LICENSE).
Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
MIT
***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.1, on December 29, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 01, 2017._
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc