Skip to content

Commit

Permalink
Gotta hit that install!
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoder committed Jul 10, 2022
1 parent 8237f09 commit e1d243e
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 4 deletions.
66 changes: 65 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"pluralize": "^8.0.0"
"pluralize": "^8.0.0",
"pusher": "^5.1.1-beta"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
Expand Down
3 changes: 1 addition & 2 deletions src/interactions/css.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { reaction } from "../utils"
let validateCss = require('css-validator');

const Pusher = require("pusher");
let Pusher = require("pusher");

const pusher = new Pusher({
appId: "1435548",
Expand Down

0 comments on commit e1d243e

Please sign in to comment.