Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Dec 15, 2019
1 parent c239e4e commit 5b3bb9e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Test

on: [push]

Expand All @@ -9,9 +9,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@master
with:
fetch-depth: 3
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/node_modules/
*-dist.zip
/*-dist.zip
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [jQuery Spinner](https://vsn4ik.github.io/jquery.spinner/)

[![License](https://img.shields.io/npm/l/jquery.spinner.svg)][license]
![Build Status](https://action-badges.now.sh/vsn4ik/jquery.spinner)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Build Status](https://github.com/vsn4ik/jquery.spinner/workflows/Test/badge.svg)](https://github.com/vsn4ik/jquery.spinner/actions?workflow=Test)
[![devDependency Status](https://david-dm.org/vsn4ik/jquery.spinner/dev-status.svg)](https://david-dm.org/vsn4ik/jquery.spinner?type=dev)


Expand Down
2 changes: 1 addition & 1 deletion docs/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Example</title>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="dist/css/bootstrap-spinner.css">

<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>jQuery.spinner</title>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
<link rel="stylesheet" href="dist/css/bootstrap-spinner.min.css">
<link rel="stylesheet" href="assets/css/old.css">
<link rel="stylesheet" href="assets/css/docs.css">
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"release-zip": "cd dist/ && zip -r9 $npm_package_name-$npm_package_version-dist.zip * && mv $npm_package_name-$npm_package_version-dist.zip .."
},
"devDependencies": {
"puppeteer": "1.20.0",
"karma": "4.3.0",
"puppeteer": "2.0.0",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-qunit": "4.0.0",
"karma-sinon": "1.0.5",
"clean-css-cli": "4.3.0",
"terser": "4.3.1",
"terser": "4.4.2",
"less": "3.10.3",
"jquery": "3.4.1",
"qunit": "2.9.2"
"qunit": "2.9.3"
}
}

0 comments on commit 5b3bb9e

Please sign in to comment.