Skip to content

Commit

Permalink
Merge pull request #4 from adrienv1520/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adrienv1520 committed Jan 15, 2020
2 parents b0019e2 + 38cf582 commit 77aa2c1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.0.1 - delivery @15/01/2020

- main is now index file in lib directory
- add "files" key to package to lighten npm package

## 1.0.0 - delivery @15/01/2020

- first delivery
11 changes: 0 additions & 11 deletions index.js

This file was deleted.

8 changes: 8 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* Consis
*
* A small Node.js library for type casting, http/s requests, object cloning,
* and other object, image, time and uuid helpers.
*
* Author: Adrien Valcke <adrienvalcke@icloud.com>
*/
const cast = require('./cast');
const encodings = require('./encodings');
const image = require('./image');
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "consis",
"version": "1.0.0",
"version": "1.0.1",
"author": "Adrien Valcke <adrienvalcke@icloud.com> (https://github.com/adrienv1520)",
"description": "A small Node.js library for type casting, http/s requests, object cloning, and other object, image, time and uuid helpers",
"bin": {},
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib/ index.js",
"pretest": "npm run lint",
Expand Down Expand Up @@ -33,6 +33,10 @@
"http request",
"requester"
],
"files": [
"lib",
"doc"
],
"dependencies": {},
"devDependencies": {
"chai": "4.2.0",
Expand Down

0 comments on commit 77aa2c1

Please sign in to comment.