Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Fixing babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Feb 28, 2019
1 parent b190582 commit 717b8d5
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 11 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "2.0.1",
"description": "A Vue.js component mixin that makes restoring initial state to the component simple",
"main": "dist/vue-component-reset.js",
"module": "dist/vue-component-reset.m.js",
"browser": "dist/vue-component-reset.browser.js",
"scripts": {
"lint": "eslint index.js test.js",
"pretest": "dist",
"pretest": "dist --babel",
"test": "ava"
},
"homepage": "https://github.com/ianwalter/vue-component-reset#readme",
Expand All @@ -24,6 +24,7 @@
"dist"
],
"devDependencies": {
"@ianwalter/babel-preset-lib": "^1.0.4",
"@ianwalter/dist": "^3.0.0",
"ava": "^1.0.1",
"eslint": "^5.7.0",
Expand All @@ -35,6 +36,14 @@
"np": "^4.0.2",
"vue": "^2.5.21"
},
"browserslist": [
"> 0.5%"
],
"babel": {
"presets": [
"@ianwalter/lib"
]
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down
Loading

0 comments on commit 717b8d5

Please sign in to comment.