From b73c9cd959f7fe089a9639848e517ece48bf2a00 Mon Sep 17 00:00:00 2001 From: ArmorDarks Date: Thu, 4 May 2017 15:03:46 +0300 Subject: [PATCH] [package] bump version --- CHANGELOG.md | 2 +- package.json | 350 +++++++++++++++++++++++++-------------------------- 2 files changed, 176 insertions(+), 176 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7209da..d308641c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## HEAD +## 1.6.0 ### Removed - [modules][nj] Removed `data` parameter from `getPage()` Nunjucks function, so it is no longer possible to specify custom data. Instead, `getPage()` now tightly coupled to site Matter data. diff --git a/package.json b/package.json index 652f8310..ffabf730 100644 --- a/package.json +++ b/package.json @@ -1,175 +1,175 @@ -{ - "name": "kotsu", - "version": "1.5.0", - "description": "Clean, opinionated foundation for new projects — to boldly go where no man has gone before", - "homepage": "https://kotsu.2bad.me", - "twitter": "@LotusTM", - "author": "LotusTM (https://github.com/LotusTM)", - "contributors": [ - "Mr.Hyde ", - "Serj Lavrin (https://github.com/ArmorDarks)" - ], - "repository": { - "type": "git", - "url": "https://github.com/LotusTM/Kotsu.git" - }, - "bugs": { - "url": "https://github.com/LotusTM/Kotsu/issues" - }, - "license": "Apache-2.0", - "keywords": [ - "app", - "boilerplate", - "build", - "continuous deployment", - "es2015", - "es6", - "front-end", - "generator", - "gettext", - "grunt", - "i18n", - "jspm", - "l10n", - "nunjucks", - "sass", - "scaffold", - "sprites generator", - "stack", - "standard", - "static site generator", - "template", - "tool", - "web", - "webfont generator", - "website" - ], - "dependencies": { - "autoprefixer": "6.7.7", - "gmsmith": "1.1.2", - "grunt": "1.0.1", - "grunt-cache-bust": "1.5.1", - "grunt-contrib-clean": "1.1.0", - "grunt-contrib-copy": "1.0.0", - "grunt-contrib-htmlmin": "2.3.0", - "grunt-contrib-uglify": "2.3.0", - "grunt-csso": "2.2.0", - "grunt-gray-matter": "1.2.0", - "grunt-nunjucks-2-html": "2.0.0", - "grunt-postcss": "0.8.0", - "grunt-responsive-images": "1.10.1", - "grunt-sass": "2.0.0", - "grunt-shell": "2.1.0", - "grunt-sitemap-xml": "0.2.1", - "grunt-size-report": "0.1.4", - "grunt-spritesmith": "6.4.0", - "grunt-tinypng": "0.7.0", - "grunt-uncss": "0.6.1", - "grunt-webfont": "1.6.0", - "jit-grunt": "0.10.0", - "jspm": "0.17.0-beta.41", - "lodash": "4.17.4", - "markdown-it": "8.3.1", - "moment": "2.18.1", - "node-gettext": "1.1.0", - "node-sass-utils": "1.1.2", - "numbro": "1.11.0", - "nunjucks-markdown": "2.0.1", - "onecolor": "3.0.4", - "smart-plurals": "1.1.0", - "sprintf-js": "1.0.3", - "time-grunt": "1.4.0", - "url-join": "2.0.1", - "urlify": "0.3.6" - }, - "devDependencies": { - "babel-eslint": "7.2.3", - "babel-jest": "19.0.0", - "babel-polyfill": "6.23.0", - "babel-preset-env": "1.4.0", - "chokidar-socket-emitter": "0.6.0", - "grunt-browser-sync": "2.2.0", - "grunt-contrib-watch": "1.0.0", - "grunt-newer": "1.3.0", - "jest": "19.0.2", - "jest-jspm": "0.1.2", - "npm-run-all": "4.0.2", - "snazzy": "6.0.0", - "standard": "10.0.2", - "stylelint": "7.10.0", - "stylelint-config-standard": "16.0.0", - "stylelint-scss": "1.4.4" - }, - "engines": { - "node": ">=6.0.0" - }, - "jspm": { - "name": "kotsu", - "main": "main.js", - "dependencies": { - "babel-polyfill": "npm:babel-polyfill@^6.23.0", - "jquery": "npm:jquery@^3.2.0" - }, - "devDependencies": { - "plugin-babel": "npm:systemjs-plugin-babel@^0.0.21", - "systemjs-hot-reloader": "npm:systemjs-hot-reloader@^1.1.0", - "systemjs-plugin-json": "npm:systemjs-plugin-json@^0.3.0" - }, - "peerDependencies": { - "fs": "npm:jspm-nodelibs-fs@^0.2.0", - "path": "npm:jspm-nodelibs-path@^0.2.0", - "process": "npm:jspm-nodelibs-process@^0.2.0" - }, - "overrides": { - "npm:jquery@3.2.0": { - "format": "amd" - } - } - }, - "scripts": { - "postinstall": "jspm config registries.github.auth $GITHUB_API_KEY && jspm install", - "start": "npm-run-all --parallel grunt js:chokidar", - "serve": "npm-run-all --parallel grunt:serve js:chokidar", - "grunt": "grunt", - "grunt:serve": "grunt serve", - "js:chokidar": "cd ./source/scripts && chokidar-socket-emitter", - "lint": "standard | snazzy && stylelint \"**/*.{css,scss,sass}\" \"!{jspm_packages,build,temp}/**\"", - "test": "npm run lint && node tests/utils/jest.js", - "test:watch": "node tests/utils/jest.js --watch", - "build": "grunt build && git status | grep -E 'working (tree|directory) clean' >/dev/null || (echo 'Build task should not generate or change files outside build folder'; exit 1)" - }, - "babel": { - "presets": [ - [ - "env", - { - "targets": { - "node": "current" - } - } - ] - ] - }, - "standard": { - "parser": "babel-eslint", - "ignore": [ - "jspm.config.js", - "jspm_packages/**" - ] - }, - "jest": { - "moduleFileExtensions": [ - "coffee", - "js" - ], - "transform": { - "^.+\\.js?$": "babel-jest", - "^.+\\.coffee$": "/tests/utils/jest-preprocessor.js" - }, - "testPathIgnorePatterns": [ - "/node_modules/", - "/jspm_packages/" - ], - "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(coffee|js)?$" - } -} +{ + "name": "kotsu", + "version": "1.6.0", + "description": "Clean, opinionated foundation for new projects — to boldly go where no man has gone before", + "homepage": "https://kotsu.2bad.me", + "twitter": "@LotusTM", + "author": "LotusTM (https://github.com/LotusTM)", + "contributors": [ + "Mr.Hyde ", + "Serj Lavrin (https://github.com/ArmorDarks)" + ], + "repository": { + "type": "git", + "url": "https://github.com/LotusTM/Kotsu.git" + }, + "bugs": { + "url": "https://github.com/LotusTM/Kotsu/issues" + }, + "license": "Apache-2.0", + "keywords": [ + "app", + "boilerplate", + "build", + "continuous deployment", + "es2015", + "es6", + "front-end", + "generator", + "gettext", + "grunt", + "i18n", + "jspm", + "l10n", + "nunjucks", + "sass", + "scaffold", + "sprites generator", + "stack", + "standard", + "static site generator", + "template", + "tool", + "web", + "webfont generator", + "website" + ], + "dependencies": { + "autoprefixer": "6.7.7", + "gmsmith": "1.1.2", + "grunt": "1.0.1", + "grunt-cache-bust": "1.5.1", + "grunt-contrib-clean": "1.1.0", + "grunt-contrib-copy": "1.0.0", + "grunt-contrib-htmlmin": "2.3.0", + "grunt-contrib-uglify": "2.3.0", + "grunt-csso": "2.2.0", + "grunt-gray-matter": "1.2.0", + "grunt-nunjucks-2-html": "2.0.0", + "grunt-postcss": "0.8.0", + "grunt-responsive-images": "1.10.1", + "grunt-sass": "2.0.0", + "grunt-shell": "2.1.0", + "grunt-sitemap-xml": "0.2.1", + "grunt-size-report": "0.1.4", + "grunt-spritesmith": "6.4.0", + "grunt-tinypng": "0.7.0", + "grunt-uncss": "0.6.1", + "grunt-webfont": "1.6.0", + "jit-grunt": "0.10.0", + "jspm": "0.17.0-beta.41", + "lodash": "4.17.4", + "markdown-it": "8.3.1", + "moment": "2.18.1", + "node-gettext": "1.1.0", + "node-sass-utils": "1.1.2", + "numbro": "1.11.0", + "nunjucks-markdown": "2.0.1", + "onecolor": "3.0.4", + "smart-plurals": "1.1.0", + "sprintf-js": "1.0.3", + "time-grunt": "1.4.0", + "url-join": "2.0.1", + "urlify": "0.3.6" + }, + "devDependencies": { + "babel-eslint": "7.2.3", + "babel-jest": "19.0.0", + "babel-polyfill": "6.23.0", + "babel-preset-env": "1.4.0", + "chokidar-socket-emitter": "0.6.0", + "grunt-browser-sync": "2.2.0", + "grunt-contrib-watch": "1.0.0", + "grunt-newer": "1.3.0", + "jest": "19.0.2", + "jest-jspm": "0.1.2", + "npm-run-all": "4.0.2", + "snazzy": "6.0.0", + "standard": "10.0.2", + "stylelint": "7.10.0", + "stylelint-config-standard": "16.0.0", + "stylelint-scss": "1.4.4" + }, + "engines": { + "node": ">=6.0.0" + }, + "jspm": { + "name": "kotsu", + "main": "main.js", + "dependencies": { + "babel-polyfill": "npm:babel-polyfill@^6.23.0", + "jquery": "npm:jquery@^3.2.0" + }, + "devDependencies": { + "plugin-babel": "npm:systemjs-plugin-babel@^0.0.21", + "systemjs-hot-reloader": "npm:systemjs-hot-reloader@^1.1.0", + "systemjs-plugin-json": "npm:systemjs-plugin-json@^0.3.0" + }, + "peerDependencies": { + "fs": "npm:jspm-nodelibs-fs@^0.2.0", + "path": "npm:jspm-nodelibs-path@^0.2.0", + "process": "npm:jspm-nodelibs-process@^0.2.0" + }, + "overrides": { + "npm:jquery@3.2.0": { + "format": "amd" + } + } + }, + "scripts": { + "postinstall": "jspm config registries.github.auth $GITHUB_API_KEY && jspm install", + "start": "npm-run-all --parallel grunt js:chokidar", + "serve": "npm-run-all --parallel grunt:serve js:chokidar", + "grunt": "grunt", + "grunt:serve": "grunt serve", + "js:chokidar": "cd ./source/scripts && chokidar-socket-emitter", + "lint": "standard | snazzy && stylelint \"**/*.{css,scss,sass}\" \"!{jspm_packages,build,temp}/**\"", + "test": "npm run lint && node tests/utils/jest.js", + "test:watch": "node tests/utils/jest.js --watch", + "build": "grunt build && git status | grep -E 'working (tree|directory) clean' >/dev/null || (echo 'Build task should not generate or change files outside build folder'; exit 1)" + }, + "babel": { + "presets": [ + [ + "env", + { + "targets": { + "node": "current" + } + } + ] + ] + }, + "standard": { + "parser": "babel-eslint", + "ignore": [ + "jspm.config.js", + "jspm_packages/**" + ] + }, + "jest": { + "moduleFileExtensions": [ + "coffee", + "js" + ], + "transform": { + "^.+\\.js?$": "babel-jest", + "^.+\\.coffee$": "/tests/utils/jest-preprocessor.js" + }, + "testPathIgnorePatterns": [ + "/node_modules/", + "/jspm_packages/" + ], + "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(coffee|js)?$" + } +}