Skip to content

Commit

Permalink
Merge pull request #3 from auth0/feature/package
Browse files Browse the repository at this point in the history
Updated package.json version
  • Loading branch information
gyaneshgouraw-okta authored Dec 6, 2024
2 parents cd8352b + c314026 commit dd906c7
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions packages/auth0-acul-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-acul-js",
"version": "1.0.1",
"name": "@auth0/auth0-acul-js",
"version": "0.0.1-alpha.1",
"type": "module",
"module": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -69,10 +69,20 @@
"lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix",
"format": "prettier --write 'src/**/*.{js,ts,tsx,json,css,md}'"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"author": "Auth0",
"license": "MIT",
"description": "The Auth0 ACUL JS SDK enables you to work with Advanced Customization for Universal Login.",
"repository": {
"type": "git",
"url": "https://github.com/auth0/universal-login/tree/master/packages/auth0-acul-js"
},
"engines": {
"node": ">=18"
},
"keywords": [
"auth0",
"ACUL"
],
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand Down

0 comments on commit dd906c7

Please sign in to comment.