Skip to content

Commit

Permalink
Bump version to 1.1.0 and fixed repo url (#51)
Browse files Browse the repository at this point in the history
- Starting to use versioning because ramda.github.io depends on it
  • Loading branch information
zehua authored and buzzdecafe committed Nov 17, 2017
1 parent fdfdc35 commit a23df3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ramda-repl",
"description": "Ramda + Ramda Fantasy + Sanctuary REPL",
"version": "1.0.0",
"version": "1.1.0",
"dependencies": {
"babel-core": "6.16.0",
"babel-polyfill": "6.16.0",
Expand All @@ -24,7 +24,7 @@
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda.github.io.git"
"url": "git://github.com/ramda/ramda-repl.git"
},
"scripts": {
"build-js": "browserify -t [ babelify ] ./lib/js/main.js -o ./dist/bundle.js",
Expand Down

0 comments on commit a23df3d

Please sign in to comment.