Skip to content

Commit 88a39cf

Browse files
committedJul 17, 2017
use new elm-test and elm-format
1 parent ed2eb33 commit 88a39cf

8 files changed

+273
-240
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ before_script:
55
- npm install -g elm
66
- npm install -g elm-test
77
- elm-package install -y
8-
script: elm-test --seed 230203006
8+
script: elm-test --seed 1091375208

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This library implements [Wu's O(NP) algorithm](http://myerslab.mpi-cbg.de/wp-con
1010

1111
## LICENSE
1212

13-
BSD3
13+
BSD-3-Clause

‎elm-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.3",
33
"summary": "A diff implementation for Elm",
44
"repository": "https://github.com/jinjor/elm-diff.git",
5-
"license": "BSD3",
5+
"license": "BSD-3-Clause",
66
"source-directories": [
77
"src"
88
],

0 commit comments

Comments
 (0)