Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 15, 2017
1 parent b2400d5 commit 3c2cee4
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
29 changes: 29 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# http://www.appveyor.com/docs/appveyor-yml

clone_depth: 10

environment:
matrix:
- nodejs_version: 6
platform: x64
- nodejs_version: 6
platform: x86
- nodejs_version: 7
platform: x64
- nodejs_version: 7
platform: x86

version: "{build}"
build: off
deploy: off

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- yarn install

test_script:
- npm test

cache:
- node_modules
- "%LOCALAPPDATA%\\Yarn"
Binary file added assets/sebastiansoftware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* eslint-disable import/no-commonjs */
require("readable-code/gulpfile.js")
17 changes: 16 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Lean-Intl - A leaner fork of Lean Intl
# *Lean-Intl* - A leaner fork of Intl.js <br/>[![Sponsored by][sponsor-img]][sponsor] [![Version][npm-version-img]][npm] [![Downloads][npm-downloads-img]][npm] [![Build Status Unix][travis-img]][travis] [![Build Status Windows][appveyor-img]][appveyor] [![Dependencies][deps-img]][deps]

*Lean-Intl* is a lean polyfill for `Intl`-APIs for browsers which are not yet supporting this API.

[sponsor-img]: https://img.shields.io/badge/Sponsored%20by-Sebastian%20Software-692446.svg
[sponsor]: https://www.sebastian-software.de
[deps]: https://david-dm.org/sebastian-software/lean-intl
[deps-img]: https://david-dm.org/sebastian-software/lean-intl.svg
[npm]: https://www.npmjs.com/package/lean-intl
[npm-downloads-img]: https://img.shields.io/npm/dm/lean-intl.svg
[npm-version-img]: https://img.shields.io/npm/v/lean-intl.svg
[travis-img]: https://img.shields.io/travis/sebastian-software/lean-intl/master.svg?branch=master&label=unix%20build
[appveyor-img]: https://img.shields.io/appveyor/ci/swernerx/lean-intl/master.svg?label=windows%20build
[travis]: https://travis-ci.org/sebastian-software/lean-intl
[appveyor]: https://ci.appveyor.com/project/swernerx/lean-intl/branch/master


## Introduction

Expand Down

0 comments on commit 3c2cee4

Please sign in to comment.