Skip to content

Commit

Permalink
chore: remove deno build using denoify
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed May 29, 2023
1 parent d434792 commit e16dca3
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 1,380 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
node_modules
typings
dist
deno_dist
src/*.deno.ts
5 changes: 1 addition & 4 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'size'
name: "size"
on:
pull_request:
branches:
Expand All @@ -10,9 +10,6 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
with:
deno-version: v1.x
- uses: andresz1/size-limit-action@v1.7.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist
deno_dist
coverage
.rpt2_cache
node_modules
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@ language: node_js
cache:
directories:
- ~/.npm
- "$HOME/.deno"
notifications:
email: false
node_js:
- "14"
- "16"
before_install: # Install Deno
- curl -fsSL https://deno.land/x/install/install.sh | sh
- export PATH="$HOME/.deno/bin:$PATH"
script:
- deno --version # Log the Deno version
- npm run build && npm run test:prod
after_success:
- npm run travis-deploy-once "npm run report-coverage"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<span align="center">

[![GitHub package.json version (master)](https://img.shields.io/github/package-json/v/eta-dev/eta/master?label=current%20version)](https://www.npmjs.com/package/eta)
[![deno module](https://img.shields.io/badge/deno-module-informational?logo=deno)](https://deno.land/x/eta)
[![Travis](https://img.shields.io/travis/com/eta-dev/eta/master.svg)](https://travis-ci.com/eta-dev/eta)
[![All Contributors][logo]](#contributors-)
[![Coveralls](https://img.shields.io/coveralls/eta-dev/eta.svg)](https://coveralls.io/github/eta-dev/eta)
Expand Down Expand Up @@ -261,7 +260,7 @@ To be added
- [Docusaurus v2](https://v2.docusaurus.io): open-source documentation framework that uses Eta to generate a SSR build
- [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api): Open source typescript api codegenerator from Swagger. Uses Eta as codegenerator by templates
- [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin): Webpack plugin make easily to bundle HTML pages from templates, source styles and scripts
- [SmartDeno](https://github.com/guildenstern70/SmartDeno): SmartDeno is an easy to setup web template using Deno & Oak
- [SmartDeno](https://github.com/guildenstern70/SmartDeno): SmartDeno is an easy to setup web template using Deno & Oak
- [Add yours!](https://github.com/eta-dev/eta/edit/master/README.md)

## Contributors
Expand Down
7 changes: 0 additions & 7 deletions deno_dist/LICENSE

This file was deleted.

303 changes: 0 additions & 303 deletions deno_dist/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions deno_dist/browser.ts

This file was deleted.

Loading

0 comments on commit e16dca3

Please sign in to comment.