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'
|
MODULE = 'not-used'
|
||||||
PROJECT_ROOT_PATH = '.'
|
PROJECT_ROOT_PATH = '.'
|
||||||
|
|
||||||
version = "0.2.5"
|
version = "1.0.0"
|
||||||
|
|
||||||
@init
|
@init
|
||||||
def initialize(project):
|
def initialize(project):
|
||||||
|
|
50
package.json
50
package.json
|
@ -1,26 +1,26 @@
|
||||||
{
|
{
|
||||||
"name": "dda-masto-embed",
|
"name": "dda-masto-embed",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "0.2.5",
|
"version": "1.0.0",
|
||||||
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||||
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ajv": "^8.10",
|
"ajv": "^8.10",
|
||||||
"eslint": ">=8.10.0",
|
"eslint": ">=8.10.0",
|
||||||
"lodash.template": ">=4.5.0",
|
"lodash.template": ">=4.5.0",
|
||||||
"shadow-cljs": "^2.17.8",
|
"shadow-cljs": "^2.17.8",
|
||||||
"source-map-support": "^0.5.21"
|
"source-map-support": "^0.5.21"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mastodon-api": "^1.3.0"
|
"mastodon-api": "^1.3.0"
|
||||||
},
|
},
|
||||||
"main": "dda-masto-embed.js",
|
"main": "dda-masto-embed.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cljs",
|
"cljs",
|
||||||
"mastodon",
|
"mastodon",
|
||||||
"status",
|
"status",
|
||||||
"bootstrap"
|
"bootstrap"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue