Skip to content

Commit

Permalink
Release new version with simple-icons v1.17.1 (#26)
Browse files Browse the repository at this point in the history
* Update status badge in README.md

* Update Simple Icons to v1.14.0 (#20)

* Update SimpleIcons dependency to v1.12.0

* Fix build error due to new `.get` API function [REVERTED]

This solution is a bit of a hack. I think the real solution needs to be 
found up-stream.

* Update SimpleIcons dependency to v1.13.0

* Update SimpleIcons dependency to v1.14.0

* Run local server with test script (#23)

Run local server with test script using anywhere. This automatically builds the test-page and opens it for you in a local server.

Having it open in a local server prevents issues as described in #19

* Update simple-icons to v1.17.1 (#24)

* Use 'slug' property in build script (#25)

* Replace usage of titleToFilename by icon.slug

* Remove utilities module as it is no longer used

* [CI] Custom script for release stage

* version bump
  • Loading branch information
ericcornelissen committed Oct 11, 2019
1 parent efd4919 commit 468c270
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 38 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
node_js: 8
if: branch = master

script:
- npm run build

deploy:
provider: npm
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ a basic setup.

## Status

[![Build Status](https://img.shields.io/travis/simple-icons/simple-icons-font/master.svg)](https://travis-ci.org/simple-icons/simple-icons-font)
[![Build Status](https://travis-ci.com/simple-icons/simple-icons-font.svg?branch=develop)](https://travis-ci.com/simple-icons/simple-icons-font)
[![npm version](https://img.shields.io/npm/v/simple-icons-font.svg)](https://www.npmjs.com/package/simple-icons-font)
25 changes: 0 additions & 25 deletions lib/utils.js

This file was deleted.

0 comments on commit 468c270

Please sign in to comment.