0.0.9 • Published 3 years ago

@friendventure/quiz v0.0.9

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

quiz

Example files for npm publish on npmjs.com.

Pipeline status npm npm bundle size


Table of contents


Install

npm i @friendventure/quiz

Usage

import { Quiz } from "@friendventure/quiz";

const options = {}
const quiz = new Quiz(options)
quiz.run()

Publish new version

# 1.) Update changelog.md

# 2.) Update version

# 1.0.0 -> 1.0.1
npm version patch

# 1.0.0 -> 1.1.0
npm version minor

# 1.0.0 -> 2.0.0
npm version major

# 3.) Publish
npm publish

Credits

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago