Skip to content

Commit

Permalink
bump 9-29 (firefox-devtools#4214)
Browse files Browse the repository at this point in the history
* bump 9-29

* Revert "Upgrade tree component (firefox-devtools#4215)"

This reverts commit 179582c.

* assets
  • Loading branch information
jasonLaster authored and Johnny Khalil committed Oct 13, 2017
1 parent 5b1cbad commit f1d26cb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 43 deletions.
42 changes: 40 additions & 2 deletions assets/module-manifest.json
Expand Up @@ -20008,7 +20008,26 @@
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/components/SecondaryPanes/UtilsBar.js": 1185,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/parser/getScopes.js": 1186,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../devtools-map-bindings/src/parser.js": 1187,
"../../css-loader/index.js?{\"importLoaders\":1}!../../../src/components/ShortcutsModal.css": 1188
"../../css-loader/index.js?{\"importLoaders\":1}!../../../src/components/ShortcutsModal.css": 1188,
"../../react-redux/es/index.js": 1189,
"../../react-redux/es/utils/warning.js": 1190,
"../../react-redux/es/utils/PropTypes.js": 1191,
"../../react-redux/es/components/connectAdvanced.js": 1192,
"../../react-redux/es/connect/wrapMapToProps.js": 1193,
"../../react-redux/es/utils/verifyPlainObject.js": 1194,
"../../react-redux/es/components/Provider.js": 1195,
"../../react-redux/node_modules/hoist-non-react-statics/index.js": 1196,
"../../react-redux/es/utils/Subscription.js": 1197,
"../../react-redux/es/connect/connect.js": 1198,
"../../react-redux/es/utils/shallowEqual.js": 1199,
"../../react-redux/es/connect/mapDispatchToProps.js": 1200,
"../../react-redux/es/connect/mapStateToProps.js": 1201,
"../../react-redux/es/connect/mergeProps.js": 1202,
"../../react-redux/es/connect/selectorFactory.js": 1203,
"../../react-redux/es/connect/verifySubselectors.js": 1204,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../node_modules/svg-inline-react/dist/index.js": 1205,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../devtools-map-bindings/src/utils.js": 1206,
"../../babel-loader/lib/index.js?plugins[]=transform-flow-strip-types,plugins[]=transform-async-to-generator&ignore=src/lib!../../../src/utils/parser/validate.js": 1207
},
"usedIds": {
"0": 0,
Expand Down Expand Up @@ -21199,7 +21218,26 @@
"1185": 1185,
"1186": 1186,
"1187": 1187,
"1188": 1188
"1188": 1188,
"1189": 1189,
"1190": 1190,
"1191": 1191,
"1192": 1192,
"1193": 1193,
"1194": 1194,
"1195": 1195,
"1196": 1196,
"1197": 1197,
"1198": 1198,
"1199": 1199,
"1200": 1200,
"1201": 1201,
"1202": 1202,
"1203": 1203,
"1204": 1204,
"1205": 1205,
"1206": 1206,
"1207": 1207
}
},
"chunks": {
Expand Down
40 changes: 0 additions & 40 deletions bin/publish-assets.js

This file was deleted.

1 change: 0 additions & 1 deletion webpack.config.js
Expand Up @@ -28,7 +28,6 @@ const webpackConfig = {
path: path.join(__dirname, "assets/build"),
filename: "[name].js",
publicPath: "/assets/build"
// libraryTarget: "umd"
}
};

Expand Down

0 comments on commit f1d26cb

Please sign in to comment.