Skip to content
Merged

Lean #16

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
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
[
"@babel/env",
{
"modules": false
}
]
]
}
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -20,6 +20,7 @@ jobs:
- name: build and test
run: |
npm i -g yarn
yarn install
yarn build
yarn test
env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -23,6 +23,7 @@ jobs:
- name: build and test
run: |
npm i -g yarn
yarn install
yarn build
yarn test
env:
Expand All @@ -40,6 +41,7 @@ jobs:
- name: yarn publish
run: |
npm i -g yarn
yarn build
yarn config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
yarn publish
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ samples/sample-app/node_modules/*
.env
.vscode
.DS_Store
dist
38 changes: 0 additions & 38 deletions Gruntfile.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/imagekit-min.js

This file was deleted.

Loading