Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: Swift 4.1.1 upgrades, fix semver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Compton committed May 14, 2018
1 parent c0d1dbd commit 1f00c0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then osName="osx"; fi
- export projectFolder=`pwd`
- projectName="$(basename $projectFolder)"
- export SWIFT_SNAPSHOT=swift-4.1
- export SWIFT_SNAPSHOT=swift-4.1.1
- source ./Package-Builder/install-swift.sh
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run testsdkgen; fi
- if [[ $TRAVIS_EVENT_TYPE != "cron" ]]; then npm run coverage && npm run report-coverage; fi
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

This module is a [Yeoman](http://yeoman.io) generator for creating REST webservices based on the [Kitura web framework](http://kitura.io) with the [Swift](https://swift.org/) language.

This generator and the Yeoman library runs on Node.js and generates a Swift 4.1 application.
This generator and the Yeoman library runs on Node.js and generates a Swift 4.1.1 application.

## Contents
1. [Prerequisites](#prerequisites)
Expand All @@ -26,7 +26,7 @@ This generator and the Yeoman library runs on Node.js and generates a Swift 4.1
1. [Contributing](#contributing)

## Prerequisites
To use this module, you will need Node.js and Swift 4.1 installed on your Linux or macOS system. You can get Node.js from https://nodejs.org and Swift 4.1 from https://swift.org/download.
To use this module, you will need Node.js and Swift 4.1.1 installed on your Linux or macOS system. You can get Node.js from https://nodejs.org and Swift 4.1.1 from https://swift.org/download.

You will also need the Yeoman command line utility [yo](https://github.com/yeoman/yo) installed in your global Node.js module directory.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bluebird": "^3.5.0",
"chalk": "^2.1.0",
"debug": "^3.0.0",
"generator-ibm-cloud-enablement": "0.14.0",
"generator-ibm-cloud-enablement": "^0.14.2",
"generator-ibm-service-enablement": "1.1.7",
"generator-ibm-usecase-enablement": "3.2.0",
"handlebars": "^4.0.5",
Expand All @@ -36,7 +36,8 @@
"request": "^2.81.0",
"rimraf": "^2.5.2",
"unzip2": "^0.2.5",
"yeoman-generator": "^1.1.1"
"yeoman-generator": "^1.1.1",
"yeoman-test": "^1.7.0"
},
"devDependencies": {
"codecov": "^3.0.0",
Expand All @@ -48,12 +49,11 @@
"mocha": "^5.0.0",
"mocha-multi-reporters": "^1.1.7",
"nock": "^9.0.13",
"nyc": "^11.1.0",
"nyc": "^11.7.3",
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"xunit-file": "^1.0.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.6.0"
"yeoman-assert": "^3.0.0"
},
"standard": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion refresh/templates/common/swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1
4.1.1

0 comments on commit 1f00c0b

Please sign in to comment.