Skip to content

Commit

Permalink
Merge pull request #43 from MrTimscampi/fix-publish
Browse files Browse the repository at this point in the history
Fix npmignore for publishing
  • Loading branch information
heyhippari committed May 7, 2020
1 parent d59e6a7 commit 5ba00ad
Show file tree
Hide file tree
Showing 3 changed files with 1,118 additions and 806 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
webpack.config.js
yarn.lock
src
tests
.ci
.idea
coverage
junit.xml
tsconfig.json
.editorconfig
.eslintignore
.eslintrc.yml
.prettierrc
babel.config.js
jest.config.js
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "jellyfin-apiclient",
"version": "1.1.0",
"version": "1.1.1",
"description": "API client for Jellyfin",
"main": "dist/jellyfin-apiclient.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.9.0",
"@types/jest": "^25.1.4",
"@types/node": "^12.12.31",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"babel-loader": "^8.0.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.9.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^25.1.0",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"jsdoc": "^3.6.3",
"prettier": "2.0.2",
"jsdoc": "^3.6.4",
"prettier": "2.0.5",
"source-map-loader": "^0.2.4",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.2",
"ts-jest": "^25.5.0",
"ts-loader": "^7.0.3",
"typescript": "^3.8.3",
"webpack": "^4.29.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.2.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 5ba00ad

Please sign in to comment.