Skip to content

Commit f6be23f

Browse files
committed
Build packaged library correctly
1 parent 4eb7c0d commit f6be23f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.npmignore

-4
This file was deleted.

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
1111
"version": "babel src --out-dir npm"
1212
},
13+
"files": [
14+
"npm"
15+
],
1316
"repository": {
1417
"type": "git",
1518
"url": "https://github.com/dfcook/vue-testing-library"
@@ -28,22 +31,22 @@
2831
"license": "MIT",
2932
"dependencies": {
3033
"@vue/test-utils": "^1.0.0-beta.27",
31-
"dom-testing-library": "^3.15.0",
34+
"dom-testing-library": "^3.16.1",
3235
"vue": "^2.5.21",
3336
"vue-template-compiler": "^2.5.21"
3437
},
3538
"devDependencies": {
36-
"@babel/cli": "^7.2.0",
37-
"@babel/core": "^7.2.0",
39+
"@babel/cli": "^7.2.3",
40+
"@babel/core": "^7.2.2",
3841
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
3942
"@babel/plugin-transform-runtime": "^7.2.0",
40-
"@babel/preset-env": "^7.2.0",
43+
"@babel/preset-env": "^7.2.3",
4144
"axios": "^0.18.0",
4245
"babel-core": "^7.0.0-bridge.0",
4346
"babel-eslint": "^10.0.1",
4447
"babel-jest": "^23.6.0",
4548
"coveralls": "^3.0.2",
46-
"eslint": "^5.10.0",
49+
"eslint": "^5.11.0",
4750
"eslint-config-standard": "^12.0.0",
4851
"eslint-plugin-import": "^2.14.0",
4952
"eslint-plugin-node": "^8.0.0",

0 commit comments

Comments
 (0)