Skip to content

Commit

Permalink
strip down transform
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jan 17, 2025
1 parent 54d3356 commit df29bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-as",
"version": "0.9.26",
"version": "1.0.0-alpha.1",
"description": "The only JSON library you'll need for AssemblyScript. SIMD enabled",
"types": "assembly/index.ts",
"main": "transform/lib/index.js",
Expand Down
35 changes: 1 addition & 34 deletions transform/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
{
"name": "@json-as/transform",
"version": "0.9.26",
"description": "The only JSON library you'll need for AssemblyScript. SIMD enabled",
"main": "./lib/index.js",
"author": "Jairus Tanaka",
"contributors": [
"DogWhich",
"Romdotdog",
"Derek Barrera",
"Frankk Taylor",
"lekiano"
],
"license": "MIT",
"devDependencies": {},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/JairusSW/as-json.git"
},
"keywords": [
"assemblyscript",
"json",
"serialize",
"deserialize",
"stringify",
"data",
"serde"
],
"bugs": {
"url": "https://github.com/JairusSW/as-json/issues"
},
"homepage": "https://github.com/JairusSW/as-json#readme",
"type": "module",
"exports": "./lib/index.js"
"main": "./lib/index.js"
}

0 comments on commit df29bb2

Please sign in to comment.