@blaasvaer/frmwrk 0.2.7 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/package 2.json +0 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaasvaer/frmwrk",
3
- "version": "0.2.7",
3
+ "version": "0.3.1",
4
4
  "description": "My personal Node framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/package 2.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "name": "@blaasvaer/frmwrk",
3
- "version": "0.1.14",
4
- "description": "My personal Node framework",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "patch": "npm version patch --force && npm publish",
9
- "major": "npm version major --force && npm publish",
10
- "minor": "npm version minor --force && npm publish"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "git+ssh://git@bitbucket.org/blaasvaer/frmwrk.git"
15
- },
16
- "keywords": [
17
- "Node",
18
- "Framework",
19
- "Homebrew"
20
- ],
21
- "author": "Sam Blåsvær",
22
- "license": "ISC",
23
- "bugs": {
24
- "url": "https://bitbucket.org/blaasvaer/frmwrk/issues"
25
- },
26
- "homepage": "https://bitbucket.org/blaasvaer/frmwrk#readme",
27
- "dependencies": {
28
- "serve-handler": "^6.1.3"
29
- }
30
- }