release: 1.0.0
This commit is contained in:
parent
176b919edf
commit
8b509e9f8c
2 changed files with 26 additions and 26 deletions
2
build.py
2
build.py
|
@ -9,7 +9,7 @@ name = 'dda-masto-embed'
|
|||
MODULE = 'not-used'
|
||||
PROJECT_ROOT_PATH = '.'
|
||||
|
||||
version = "0.2.5"
|
||||
version = "1.0.0"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
|
50
package.json
50
package.json
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"name": "dda-masto-embed",
|
||||
"author": "meissa GmbH",
|
||||
"version": "0.2.5",
|
||||
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"license": "Apache-2.0",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"ajv": "^8.10",
|
||||
"eslint": ">=8.10.0",
|
||||
"lodash.template": ">=4.5.0",
|
||||
"shadow-cljs": "^2.17.8",
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"mastodon-api": "^1.3.0"
|
||||
},
|
||||
"main": "dda-masto-embed.js",
|
||||
"keywords": [
|
||||
"cljs",
|
||||
"mastodon",
|
||||
"status",
|
||||
"bootstrap"
|
||||
]
|
||||
}
|
||||
"name": "dda-masto-embed",
|
||||
"author": "meissa GmbH",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||
"license": "Apache-2.0",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"ajv": "^8.10",
|
||||
"eslint": ">=8.10.0",
|
||||
"lodash.template": ">=4.5.0",
|
||||
"shadow-cljs": "^2.17.8",
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"mastodon-api": "^1.3.0"
|
||||
},
|
||||
"main": "dda-masto-embed.js",
|
||||
"keywords": [
|
||||
"cljs",
|
||||
"mastodon",
|
||||
"status",
|
||||
"bootstrap"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue