diff --git a/circle.yml b/circle.yml index 6e785a79..5afbc935 100644 --- a/circle.yml +++ b/circle.yml @@ -1,10 +1,15 @@ machine: xcode: version: 8.2 + pre: + - mkdir ~/.yarn-cache dependencies: pre: - npm install -g yarn + - yarn config set cache-folder ~/.yarn-cache + cache_directories: + - ~/.yarn-cache override: - yarn diff --git a/license.md b/license.md index 5984b833..a85488e8 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2016 Zeit, Inc. +Copyright (c) 2017 Zeit, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal