Skip to content

Commit

Permalink
fix: use fixed date arithmetic lib + move bt-sass to devdependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
xtursky committed Jul 1, 2019
1 parent ac715f8 commit bd48005
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
Expand Up @@ -80,6 +80,7 @@
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-preset-jason": "^6.0.1",
"bootstrap": "^3.3.5",
"bootstrap-sass": "^3.4.1",
"component-metadata-loader": "^4.0.0",
"cpy-cli": "^2.0.0",
"eslint": "^5.8.0",
Expand Down Expand Up @@ -121,9 +122,8 @@
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"bootstrap-sass": "^3.4.1",
"classnames": "^2.2.6",
"date-arithmetic": "^4.0.0",
"date-arithmetic": "^4.0.1",
"dom-helpers": "^3.4.0",
"invariant": "^2.2.4",
"lodash": "^4.17.11",
Expand Down

0 comments on commit bd48005

Please sign in to comment.