Skip to content

Commit

Permalink
Fixed publishing (wasn't marked as "public")
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamSwiss committed May 6, 2021
1 parent 2982143 commit ff494eb
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 45 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All dependencies an ioBroker adapter developer needs
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**

- (UncleSamSwiss) Fixed npm publishing

### 0.0.2 (2021-05-06)

- (UncleSamSwiss) Initial repository setup
96 changes: 51 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +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",
"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.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"
}
}

0 comments on commit ff494eb

Please sign in to comment.