Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 5 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# you definitely want this:
node_modules

# compiled output
/dist/
/tmp/
/declarations/

# dependencies
/bower_components/
/node_modules/

# misc
/.env*
/.pnp*
/.sass-cache
/.eslintcache
/connect.lock
/coverage/
/libpeerconnection.log
/npm-debug.log*
/testem.log
/yarn-error.log

# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
/npm-shrinkwrap.json.ember-try
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try

# broccoli-debug
/DEBUG/
# and you can put in anything else that tends to accumulate in your environment:
.pnpm-debug.log
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
44 changes: 44 additions & 0 deletions addon/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"author": "Zestia",
"dependencies": {
"@babel/core": "^7.25.2",
"@embroider/util": "^1.13.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0"
},
"description": "Automatically turns URLs into Hyperlinks for user-generated-content",
"directories": {
"doc": "doc",
"test": "tests"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"demoURL": "https://zestia.github.io/ember-wrap-urls"
},
"engines": {
"node": ">= 18"
},
"keywords": [
"ember-addon",
"url",
"hyperlink",
"pattern",
"ugc",
"user generated content"
],
"license": "MIT",
"name": "@zestia/ember-wrap-urls",
"peerDependencies": {
"ember-source": ">= 4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zestia/ember-wrap-urls.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"version": "6.2.5"
}
Loading
Loading