Skip to content

Commit

Permalink
Updated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Apr 26, 2020
1 parent 5040cb4 commit fd63558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const UglifyJsPlugin = require( 'uglifyjs-webpack-plugin' );
const DependencyExtractionWebpackPlugin = require( '@wordpress/dependency-extraction-webpack-plugin' );
const WebpackNotifierPlugin = require( 'webpack-notifier' );
const chalk = require( 'chalk' );
const package = 'Flydent Extras';
const package = 'Block Data Attribute';
const jsonp = 'webpackBlockDataAttributeJsonp';
const NODE_ENV = process.env.NODE_ENV || 'development';

Expand Down

0 comments on commit fd63558

Please sign in to comment.