Skip to content

Commit

Permalink
Merge pull request #47 from CrisisTextLine/cjcodes/fix-base
Browse files Browse the repository at this point in the history
Downgrade getbase framework package to known good version
  • Loading branch information
Jason Bennett authored Oct 27, 2017
2 parents 739fe2c + bbeb627 commit 930977e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/scripts/sections/word-cloud.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* global d3 */
/* eslint-disable */

(function() {
const wordCloudDiv = document.getElementById('wordcloud');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"carousel-js": "^3.1.1",
"del": "^2.2.2",
"eslint-config-google": "^0.7.1",
"getbase": "^3.2.1",
"getbase": "3.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
"test": "gulp && git status | grep 'working tree clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 930977e

Please sign in to comment.