Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #23 from inthepocket/feature/sketch-53
Browse files Browse the repository at this point in the history
Support Sketch 53 (named colors + API changes)
  • Loading branch information
thibmaek authored Feb 18, 2019
2 parents 30c1835 + e39a566 commit fa9d1e3
Show file tree
Hide file tree
Showing 16 changed files with 994 additions and 71 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "./node_modules/@inthepocket/itp-react-scripts/dist/config/eslintrc.js"
"extends": "./node_modules/@inthepocket/itp-react-scripts/dist/config/eslintrc.js",
"rules": {
"no-underscore-dangle": "off"
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 In The Pocket (ITP Agency NV)
Copyright (c) 2019 In The Pocket (ITP Agency NV)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Prerequisites

- macOS with Sketch 41+
- macOS with Sketch 41+ (latest Sketch recommended)
- A recent bash version ([email protected] recommended)
- A recent node version (node@8 recommended)

Expand Down Expand Up @@ -109,7 +109,7 @@ $ npm run build

# Verify it's ok
$ bin/hubble-cli --version
> 3.0.0
> 3.1.0
```

# Testing
Expand Down
Loading

0 comments on commit fa9d1e3

Please sign in to comment.