Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mário Pereira committed Aug 18, 2023
1 parent 2785e37 commit 942d96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ngui/datetime-picker",
"name": "@public_marpereira/datetime-picker",
"version": "0.16.3",
"description": "Angular2 DateTime Picker",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var webpack = require('webpack');

var config = {
entry: {
'@ngui/datetime-picker': path.join(__dirname, 'src', 'index.ts')
'@public_marpereira/datetime-picker': path.join(__dirname, 'src', 'index.ts')
},
resolve: {
extensions: ['', '.ts', '.js', '.json', '.css', '.html']
Expand Down

0 comments on commit 942d96d

Please sign in to comment.