Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randoum committed Apr 19, 2021
1 parent c8dc74a commit a6f597f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 12 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: npm-publish

on:
push:
branches:
- master

jobs:
publish:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1

- uses: actions/setup-node@v1
with:
node-version: 10

- name: Install and test
run: |
rm package-lock.json
npm install --no-optional
npm run test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: "public"
25 changes: 15 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstractapi/javascript-email-validation",
"version": "0.1.2",
"version": "1.0.0",
"description": "AbstractAPI Javascript Email Validation Library - Wrapper to quickly start using the powerful AbstractAPI's email validation service in your projects.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@abstractapi/javascript-core": "0.x",
"@abstractapi/javascript-core": "1.x",
"fsevents": "^2.3.2"
},
"directories": {
Expand Down

0 comments on commit a6f597f

Please sign in to comment.