Skip to content

Commit

Permalink
Fix/remove react (alinemorelli#66)
Browse files Browse the repository at this point in the history
* fix: remove react devDependencies

* chore: bump version
  • Loading branch information
alinemorelli authored Jul 9, 2020
1 parent 796bd19 commit e1b56db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 63 deletions.
59 changes: 1 addition & 58 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gtm-module",
"version": "2.0.9",
"version": "2.0.10",
"description": "React Google Tag Manager Module",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -45,9 +45,6 @@
"eslint": "^4.18.2",
"jest": "^19.0.2",
"jest-cli": "^21.2.1",
"react": "^16.2.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.2.0",
"sinon": "^1.14.1"
},
"jest": {
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/TagManager.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react'
import TagManager from '../TagManager'

describe('TagManager', () => {
Expand Down

0 comments on commit e1b56db

Please sign in to comment.