Skip to content

Commit

Permalink
calmjs.webpack-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metatoaster committed Jul 25, 2018
1 parent 92f2973 commit 51157c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ branches:
- master
- 1.0.x
- 1.1.x
- 1.1.0
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ sourced from |npm|_ or similar package repositories, for the declaration
and production of prebuilt JavaScript artifacts with |webpack| in a
manner that allow reuse and extension by Python packages' dependants.

.. image:: https://travis-ci.org/calmjs/calmjs.webpack.svg?branch=1.1.x
.. image:: https://travis-ci.org/calmjs/calmjs.webpack.svg?branch=1.1.0
:target: https://travis-ci.org/calmjs/calmjs.webpack
.. image:: https://ci.appveyor.com/api/projects/status/327fghy5uhnhplf5/branch/1.1.x?svg=true
:target: https://ci.appveyor.com/project/metatoaster/calmjs-webpack/branch/1.1.x
.. image:: https://coveralls.io/repos/github/calmjs/calmjs.webpack/badge.svg?branch=1.1.x
:target: https://coveralls.io/github/calmjs/calmjs.webpack?branch=1.1.x
.. image:: https://ci.appveyor.com/api/projects/status/327fghy5uhnhplf5/branch/1.1.0?svg=true
:target: https://ci.appveyor.com/project/metatoaster/calmjs-webpack/branch/1.1.0
.. image:: https://coveralls.io/repos/github/calmjs/calmjs.webpack/badge.svg?branch=1.1.0
:target: https://coveralls.io/github/calmjs/calmjs.webpack?branch=1.1.0

.. |AMD| replace:: AMD (Asynchronous Module Definition)
.. |calmjs| replace:: ``calmjs``
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[egg_info]
tag_build = pre
tag_build =

[bdist_wheel]
universal = 1

0 comments on commit 51157c2

Please sign in to comment.