Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Small updates: formatting, version, main file
Browse files Browse the repository at this point in the history
These changes are simply a response to feedback left in the PR.
 - Formatting around a babel include in the webpack config has been
   updated to match the rest of the file.
 - The version bump has been moved to a MINOR bump that introduces
   non-breaking updates.
 - The main file has been selected as the unminified file.
  • Loading branch information
dmsnell committed Oct 1, 2015
1 parent 91f1b0e commit ecbb036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wpcom",
"description": "Official JavaScript library for the WordPress.com REST API",
"version": "4.7.1",
"main": "index.min.js",
"version": "4.8.0",
"main": "index.js",
"author": "Automattic, Inc.",
"contributors": [
"Damian Suarez <rdsuarez@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.dist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("babel/register");
require( 'babel/register' );

const defaultConfig = require( './webpack.config.js' ),
webpack = require( 'webpack' ),
Expand Down

0 comments on commit ecbb036

Please sign in to comment.