Skip to content

Commit

Permalink
Build packaged library correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dfcook committed Dec 26, 2018
1 parent 4eb7c0d commit f6be23f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"version": "babel src --out-dir npm"
},
"files": [
"npm"
],
"repository": {
"type": "git",
"url": "https://github.com/dfcook/vue-testing-library"
Expand All @@ -28,22 +31,22 @@
"license": "MIT",
"dependencies": {
"@vue/test-utils": "^1.0.0-beta.27",
"dom-testing-library": "^3.15.0",
"dom-testing-library": "^3.16.1",
"vue": "^2.5.21",
"vue-template-compiler": "^2.5.21"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"axios": "^0.18.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"coveralls": "^3.0.2",
"eslint": "^5.10.0",
"eslint": "^5.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
Expand Down

0 comments on commit f6be23f

Please sign in to comment.