We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b984d6b commit 0160785Copy full SHA for 0160785
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+ - "node"
4
+ - "7"
5
+ - "6"
README.md
@@ -2,6 +2,8 @@
Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)
+
6
+
7
## Features
8
9
* Webpack 3 based.
package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-library-starter",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Produce universal library with webpack and es6",
"main": "lib/library.js",
"scripts": {
0 commit comments