Merge branch 'release/v1.2.4'
This commit is contained in:
commit
7830ade726
@ -1,10 +1,19 @@
|
|||||||
environment:
|
environment:
|
||||||
nodejs_version: 7
|
matrix:
|
||||||
platform:
|
- nodejs_version: 7
|
||||||
- x86
|
- nodejs_version: 6
|
||||||
- x64
|
- nodejs_version: 5
|
||||||
|
- nodejs_version: 4
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version $env:platform
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- npm install
|
- set CI=true
|
||||||
test_script: npm test
|
- npm i -g npm
|
||||||
|
- set PATH=%APPDATA%\npm;%PATH%
|
||||||
|
- npm i
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
build: off
|
build: off
|
||||||
|
version: '{build}'
|
||||||
|
shallow_clone: true
|
||||||
|
clone_depth: 1
|
||||||
|
test_script: npm t
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# http://editorconfig.org/
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
10
.travis.yml
10
.travis.yml
@ -1,4 +1,8 @@
|
|||||||
sudo: false
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: 7
|
node_js:
|
||||||
scripts: npm test
|
- 7
|
||||||
|
- 6
|
||||||
|
- 5
|
||||||
|
- 4
|
||||||
|
before_install:
|
||||||
|
- npm i -g npm
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "milligram",
|
"name": "milligram",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"description": "A minimalist CSS framework.",
|
"description": "A minimalist CSS framework.",
|
||||||
"homepage": "http://milligram.github.io",
|
"homepage": "http://milligram.github.io",
|
||||||
"repository": "milligram/milligram",
|
"repository": "milligram/milligram",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "milligram/milligram",
|
"name": "milligram/milligram",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"description": "A minimalist CSS framework.",
|
"description": "A minimalist CSS framework.",
|
||||||
"homepage": "http://milligram.github.io",
|
"homepage": "http://milligram.github.io",
|
||||||
"repository": "milligram/milligram",
|
"repository": "milligram/milligram",
|
||||||
|
2
dist/milligram.css
vendored
2
dist/milligram.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Milligram v1.2.3
|
* Milligram v1.2.4
|
||||||
* http://milligram.github.io
|
* http://milligram.github.io
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 CJ Patoilo
|
* Copyright (c) 2016 CJ Patoilo
|
||||||
|
2
dist/milligram.min.css
vendored
2
dist/milligram.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Milligram v1.2.3
|
* Milligram v1.2.4
|
||||||
* http://milligram.github.io
|
* http://milligram.github.io
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 CJ Patoilo
|
* Copyright (c) 2016 CJ Patoilo
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Package.describe({
|
Package.describe({
|
||||||
name: 'milligram:milligram',
|
name: 'milligram:milligram',
|
||||||
version: '1.2.3',
|
version: '1.2.4',
|
||||||
summary: 'A minimalist CSS framework.',
|
summary: 'A minimalist CSS framework.',
|
||||||
git: 'https://github.com/milligram/milligram.git',
|
git: 'https://github.com/milligram/milligram.git',
|
||||||
documentation: 'readme.md'
|
documentation: 'readme.md'
|
||||||
|
18
package.json
18
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "milligram",
|
"name": "milligram",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"description": "A minimalist CSS framework.",
|
"description": "A minimalist CSS framework.",
|
||||||
"homepage": "http://milligram.github.io",
|
"homepage": "http://milligram.github.io",
|
||||||
"repository": "milligram/milligram",
|
"repository": "milligram/milligram",
|
||||||
@ -49,13 +49,13 @@
|
|||||||
"normalize.css": "~5.0.0"
|
"normalize.css": "~5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^6.5.3",
|
"autoprefixer": "^6.5.4",
|
||||||
"ava": "^0.17.0",
|
"ava": "^0.17.0",
|
||||||
"backstopjs": "^2.3.3",
|
"backstopjs": "^2.3.5",
|
||||||
"banner-cli": "^0.6.0",
|
"banner-cli": "^0.9.2",
|
||||||
"browser-sync": "^2.18.2",
|
"browser-sync": "^2.18.5",
|
||||||
"husky": "^0.11.6",
|
"husky": "^0.11.9",
|
||||||
"node-sass": "^3.13.0",
|
"node-sass": "^3.13.1",
|
||||||
"npm-run-all": "^2.3.0",
|
"npm-run-all": "^2.3.0",
|
||||||
"nyc": "^10.0.0",
|
"nyc": "^10.0.0",
|
||||||
"onchange": "^2.5.0",
|
"onchange": "^2.5.0",
|
||||||
@ -64,7 +64,7 @@
|
|||||||
"sass-lint": "^1.10.2"
|
"sass-lint": "^1.10.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^7.0.0"
|
"node": ">=4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "run-p build watch serve",
|
"start": "run-p build watch serve",
|
||||||
@ -81,7 +81,7 @@
|
|||||||
"backstop": "run-s build && run-p serve compare",
|
"backstop": "run-s build && run-p serve compare",
|
||||||
"reference": "backstop reference --configPath=backstop.conf.js",
|
"reference": "backstop reference --configPath=backstop.conf.js",
|
||||||
"compare": "backstop test --configPath=backstop.conf.js",
|
"compare": "backstop test --configPath=backstop.conf.js",
|
||||||
"precommit": "run-s build test && git add dist/*",
|
"precommit": "run-s build test",
|
||||||
"prestart": "npm install",
|
"prestart": "npm install",
|
||||||
"pretest": "npm install"
|
"pretest": "npm install"
|
||||||
}
|
}
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
[![Travis Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram?branch=master)
|
[![Travis Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram?branch=master)
|
||||||
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/xcm8meymwerq0r82?svg=true)](https://ci.appveyor.com/project/cjpatoilo/milligram)
|
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/xcm8meymwerq0r82?svg=true)](https://ci.appveyor.com/project/cjpatoilo/milligram)
|
||||||
[![Codacy Status](https://img.shields.io/codacy/grade/848fb4bd6902434fab0bcfb5461284fe/master.svg)](https://www.codacy.com/app/milligram/milligram/dashboard)
|
[![Codacy Status](https://img.shields.io/codacy/grade/848fb4bd6902434fab0bcfb5461284fe/master.svg)](https://www.codacy.com/app/milligram/milligram/dashboard)
|
||||||
[![Dependencies Status](https://david-dm.org/milligram/milligram.svg)](https://travis-ci.org/milligram/milligram?branch=master)
|
[![Dependencies Status](https://david-dm.org/milligram/milligram.svg)](https://david-dm.org/milligram/milligram)
|
||||||
[![Download Status](https://img.shields.io/npm/dt/milligram.svg)](https://www.npmjs.com/package/milligram)
|
|
||||||
[![Version Status](https://badge.fury.io/js/milligram.svg)](https://www.npmjs.com/package/milligram)
|
[![Version Status](https://badge.fury.io/js/milligram.svg)](https://www.npmjs.com/package/milligram)
|
||||||
|
[![Download Status](https://img.shields.io/npm/dt/milligram.svg)](https://www.npmjs.com/package/milligram)
|
||||||
[![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram)
|
[![Gitter Chat](https://img.shields.io/badge/gitter-join_the_chat-4cc61e.svg)](https://gitter.im/milligram/milligram)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user