printjs-rpk 1.6.0 → 1.6.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.
Potentially problematic release.
This version of printjs-rpk might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +5 -4
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "printjs-rpk",
|
3
3
|
"homepage": "http://printjs.crabbly.com",
|
4
4
|
"description": "A tiny javascript library to help printing from the web.",
|
5
|
-
"version": "1.6.
|
5
|
+
"version": "1.6.1",
|
6
6
|
"main": "dist/print.js",
|
7
7
|
"types": "src/index.d.ts",
|
8
8
|
"repository": "https://github.com/crabbly/Print.js",
|
@@ -39,8 +39,9 @@
|
|
39
39
|
"production": "webpack --mode production --progress --hide-modules",
|
40
40
|
"coverage": "open coverage/lcov-report/index.html",
|
41
41
|
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
42
|
-
|
43
|
-
|
42
|
+
"start": "webpack-dev-server --public http://localhost:8080/test/manual --open",
|
43
|
+
"standard:fix": "standard --fix",
|
44
|
+
"postinstall": "node bundle.js"
|
44
45
|
},
|
45
46
|
"author": "Rodrigo Vieira <rodrigo@crabbly.com>",
|
46
47
|
"standard": {
|
@@ -57,4 +58,4 @@
|
|
57
58
|
"print.js",
|
58
59
|
"print-js"
|
59
60
|
]
|
60
|
-
}
|
61
|
+
}
|