Skip to content

Commit

Permalink
refactor: new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
asppsa committed Aug 6, 2024
1 parent b22ae44 commit 470b4fe
Showing 1 changed file with 11 additions and 35 deletions.
46 changes: 11 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,16 @@
{
"name": "createjs",
"version": "1.0.1",
"name": "@blakeelearning/createjs",
"version": "1.0.0",
"description": "A suite of modular libraries and tools which work together or independently to enable rich interactive content on open web technologies via HTML5.",
"url": "http://createjs.com",
"repository": {
"type": "git",
"url": "https://github.com/CreateJS/Combined.git"
"license": "MIT",
"main": "dist/createjs.js",
"exports": {
".": "./dist/createjs.js"
},
"jsdelivr": "dist/createjs.min.js",
"autoupdate": {
"source": "git",
"target": "git://github.com/CreateJS/CreateJS.git",
"fileMap": [
{
"basePath": "dist/",
"files": [
"createjs.js",
"createjs.min.js"
]
}
]
"publishConfig": {
},
"keywords": [
"createjs",
"easeljs",
"tweenjs",
"soundjs",
"preloadjs",
"zoe",
"gskinner",
"flash",
"javascript",
"canvas",
"html5",
"animate"
],
"author": "gskinner.com, inc.",
"license": "MIT"
"repository": {
"type": "git",
"url": "https://github.com/blake-education/createjs.git"
}
}

0 comments on commit 470b4fe

Please sign in to comment.