Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
fix: bump package json
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jan 17, 2019
1 parent 73e0742 commit ff7feeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jade-explorer",
"version": "1.0.0",
"name": "@etclabscore/jade-explorer",
"version": "1.0.1",
"description": "Jade Explorer",
"keywords": [
"typescript",
Expand All @@ -18,7 +18,6 @@
"test": "jest --verbose --coverage",
"lint": "tslint -p tsconfig.json",
"clean": "./node_modules/.bin/rimraf ./build",
"postinstall": "patch-package"
},
"jest": {
"collectCoverageFrom": [
Expand Down Expand Up @@ -82,7 +81,6 @@
"file-loader": "^1.1.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^21.2.1",
"patch-package": "^5.1.1",
"postcss-loader": "^2.0.8",
"rimraf": "^2.6.2",
"source-map-loader": "^0.2.3",
Expand Down

0 comments on commit ff7feeb

Please sign in to comment.