Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
Fixed npm publishing
  • Loading branch information
UncleSamSwiss committed May 6, 2021
1 parent ff494eb commit 9a545c9
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All dependencies an ioBroker adapter developer needs
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.0.3 (2021-05-06)

- (UncleSamSwiss) Fixed npm publishing

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "@iobroker/adapter-dev",
"version": "0.0.2",
"description": "All developer dependencies an ioBroker adapter developer needs",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"/build"
],
"scripts": {
"prebuild": "rimraf ./build",
"build": "tsc -p tsconfig.build.json",
"test": "echo \"Warning: no test specified\" && exit 0",
"release": "release-script"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/adapter-dev.git"
},
"keywords": [
"ioBroker",
"adapter",
"developer",
"tools"
],
"author": "UncleSamSwiss",
"license": "MIT",
"bugs": {
"url": "https://github.com/ioBroker/adapter-dev/issues"
},
"homepage": "https://github.com/ioBroker/adapter-dev#readme",
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@alcalzone/release-script": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"gulp": "^4.0.2"
}
"name": "@iobroker/adapter-dev",
"version": "0.0.3",
"description": "All developer dependencies an ioBroker adapter developer needs",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"/build"
],
"scripts": {
"prebuild": "rimraf ./build",
"build": "tsc -p tsconfig.build.json",
"test": "echo \"Warning: no test specified\" && exit 0",
"release": "release-script"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/adapter-dev.git"
},
"keywords": [
"ioBroker",
"adapter",
"developer",
"tools"
],
"author": "UncleSamSwiss",
"license": "MIT",
"bugs": {
"url": "https://github.com/ioBroker/adapter-dev/issues"
},
"homepage": "https://github.com/ioBroker/adapter-dev#readme",
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@alcalzone/release-script": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"gulp": "^4.0.2"
}
}

0 comments on commit 9a545c9

Please sign in to comment.